We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614d142 commit 606f5e6Copy full SHA for 606f5e6
components/TopBar.tsx
@@ -45,7 +45,7 @@ export function TopBar({ navigation }: TopBarProps) {
45
};
46
47
return (
48
- <header className="sticky top-0 z-30 bg-background-surface border-b border-border-default">
+ <header className="sticky top-0 z-30 bg-[var(--color-background-subtle)] border-b border-border-default">
49
<div className="flex items-center h-14 px-5">
50
{/* Left: logo + nav */}
51
<div className="flex items-center gap-6">
0 commit comments