We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 614d142 + 606f5e6 commit 191c370Copy full SHA for 191c370
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