chore: format code
This commit is contained in:
parent
2816e84f0a
commit
dbfdb54315
1 changed files with 4 additions and 6 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue