Skip to content

Commit 191c370

Browse files
Merge pull request #28 from TextureHQ/fix/topnav-bg
fix(topnav): restore bg-[var(--color-background-subtle)] to match hero
2 parents 614d142 + 606f5e6 commit 191c370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/TopBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function TopBar({ navigation }: TopBarProps) {
4545
};
4646

4747
return (
48-
<header className="sticky top-0 z-30 bg-background-surface border-b border-border-default">
48+
<header className="sticky top-0 z-30 bg-[var(--color-background-subtle)] border-b border-border-default">
4949
<div className="flex items-center h-14 px-5">
5050
{/* Left: logo + nav */}
5151
<div className="flex items-center gap-6">

0 commit comments

Comments
 (0)