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