chore: format code

This commit is contained in:
GitHub Action 2025-12-14 17:48:34 +00:00 committed by Aiden Cline
commit dbfdb54315

View file

@ -876,12 +876,10 @@ export function Prompt(props: PromptProps) {
height={1} height={1}
border={["bottom"]} border={["bottom"]}
borderColor={theme.backgroundElement} borderColor={theme.backgroundElement}
customBorderChars={ customBorderChars={{
{
...EmptyBorder, ...EmptyBorder,
horizontal: "▀", horizontal: "▀",
} }}
}
/> />
</box> </box>
<box flexDirection="row" justifyContent="space-between"> <box flexDirection="row" justifyContent="space-between">