mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-22 18:25:32 -04:00
fix(tui): pad background shell status
This commit is contained in:
committed by
𝓛𝓲𝓽𝓽𝓵𝓮 𝓕𝓻𝓪𝓷𝓴
parent
e2614f2be4
commit
4df54601df
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user