diff --git a/packages/cli/src/tui/components/top-bar.tsx b/packages/cli/src/tui/components/top-bar.tsx index c492e57..7278f73 100644 --- a/packages/cli/src/tui/components/top-bar.tsx +++ b/packages/cli/src/tui/components/top-bar.tsx @@ -24,7 +24,7 @@ function formatContextWindow(n: number): string { } /** - * Mosaic windmill icon — 4 colored tiles + pink center + * Mosaic windmill icon — 4 colored tiles + pink center in 3×3 grid * Colors from the Mosaic brand: * TL: blue (#2f80ff) TR: purple (#8b5cf6) * BL: amber (#f59e0b) BR: teal (#14b8a6) @@ -34,19 +34,16 @@ function MosaicIcon() { return ( - ██ - - ██ + ▐█ + █▌ ██ - - ██ - - ██ + ▐█ + █▌ );