fix(cli): add bottom margin after header

This commit is contained in:
2026-03-15 16:39:22 -05:00
parent c67ffe3e51
commit 4e4058abff
+1 -1
View File
@@ -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>