fix(tui): pad background shell status
This commit is contained in:
parent
e2614f2be4
commit
4df54601df
1 changed files with 1 additions and 1 deletions
|
|
@ -2350,7 +2350,7 @@ function Shell(props: ToolProps) {
|
|||
)
|
||||
}
|
||||
>
|
||||
<box flexDirection="row" gap={1} minWidth={0}>
|
||||
<box flexDirection="row" gap={1} minWidth={0} paddingRight={1}>
|
||||
<Show when={isRunning()}>
|
||||
<Spinner color={color()} />
|
||||
</Show>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue