Skip to content

Commit

Permalink
style: slight navbar color adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
youwen5 committed May 6, 2024
1 parent 02d1ae1 commit 12b9285
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/lib/components/Navbar/Drawer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@

<Drawer.Root direction="top">
<Drawer.Trigger asChild let:builder>
<Button variant="outline" size="icon" builders={[builder]} class="px-2 md:hidden">
<Button
variant="outline"
size="icon"
builders={[builder]}
class="px-2 md:hidden bg-opacity-75 backdrop-blur-lg"
>
<HamburgerMenu class="icon border-1 border-primary" />
</Button>
</Drawer.Trigger>
Expand Down

0 comments on commit 12b9285

Please sign in to comment.