Skip to content

Commit c053f9a

Browse files
committed
fix: correct navbar layout by adjusting class names and ensuring proper alignment of elements
1 parent ac11d3b commit c053f9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/lib/components/elements/navbar.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,12 @@ export default function Navbar() {
114114
</div>
115115
</div>
116116

117-
<div className="sm:hidden">
117+
<div className="flex items-center gap-2sm:hidden">
118+
<ThemeToggle />
118119
<Sheet>
119120
<SheetTrigger asChild>
120121
<Button variant="ghost" size="icon">
121-
<MenuIcon className="size-5 text-primary" />
122+
<MenuIcon className="size-5" />
122123
</Button>
123124
</SheetTrigger>
124125
<SheetContent

0 commit comments

Comments
 (0)