Skip to content

Commit

Permalink
button outline
Browse files Browse the repository at this point in the history
  • Loading branch information
martincham committed Dec 2, 2024
1 parent 0b5dfcd commit 765a762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const App: React.FC = () => {
{/* Mobile Hamburger Menu */}
<Button
variant="outline"
className="ml-auto p-2 md:hidden bg-white dark:bg-black z-50"
className="ml-auto p-2 md:hidden bg-background z-50 border-foreground"
onClick={toggleSidebar}
aria-label="Toggle sidebar"
>
Expand Down

0 comments on commit 765a762

Please sign in to comment.