diff --git a/packages/cli/src/tui/components/top-bar.tsx b/packages/cli/src/tui/components/top-bar.tsx index 31b6f3d..3fd6b56 100644 --- a/packages/cli/src/tui/components/top-bar.tsx +++ b/packages/cli/src/tui/components/top-bar.tsx @@ -31,22 +31,24 @@ function formatContextWindow(n: number): string { * ·· pink ·· * amber ·· teal */ +// Two-space gap between tiles (extracted to avoid prettier collapse) +const GAP = ' '; + function MosaicIcon() { return ( ██ - + {GAP} ██ - + {GAP} ██ - ██ - + {GAP} ██