fix(cli): add bottom margin after header
This commit is contained in:
@@ -75,7 +75,7 @@ export function TopBar({
|
||||
const thinkingStr = thinkingLevel !== 'off' ? ` · ${thinkingLevel}` : '';
|
||||
|
||||
return (
|
||||
<Box paddingX={1} paddingY={0}>
|
||||
<Box paddingX={1} paddingY={0} marginBottom={1}>
|
||||
<MosaicIcon />
|
||||
<Box flexDirection="column">
|
||||
<Text>
|
||||
|
||||
Reference in New Issue
Block a user