fix(cli): add bottom margin after header

This commit is contained in:
2026-03-15 14:43:50 -05:00
parent c67ffe3e51
commit 4e4058abff

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>