+
{/* Left spacer keeps the search truly centered despite the bell. */}
{/* Real search input, centered on the shell. Focusing or typing hands
@@ -35,10 +33,15 @@ export function TopBar({ onSearch }: TopBarProps) {
value=""
onFocus={() => onSearch()}
onChange={(event) => onSearch(event.target.value)}
- className="w-full rounded border border-steel/20 bg-canvas py-1.5 pl-8 pr-14 text-sm text-charcoal transition-colors placeholder:text-steel hover:border-steel/40 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary"
+ className="w-full rounded border border-steel/20 bg-canvas py-2 pl-8 pr-14 text-sm text-charcoal transition-colors placeholder:text-steel hover:border-steel/40 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary"
/>
-
- {IS_MAC ? '⌘ K' : 'Ctrl K'}
+ {/* Icon-based shortcut chip (Ctrl/⌘ + K opens the palette). */}
+
+
+ K
{/* Operational inbox at the far right of the outer shell; the bell's