fix(cli): add extra margin between mosaic icon and text

This commit is contained in:
2026-03-15 14:40:33 -05:00
parent 4085338918
commit 78cbaf869a

View File

@@ -33,7 +33,7 @@ function formatContextWindow(n: number): string {
*/ */
function MosaicIcon() { function MosaicIcon() {
return ( return (
<Box flexDirection="column" marginRight={1}> <Box flexDirection="column" marginRight={2}>
<Text> <Text>
<Text color="#2f80ff"></Text> <Text color="#2f80ff"></Text>
<Text> </Text> <Text> </Text>