We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8a5b6 commit 0e55d74Copy full SHA for 0e55d74
components/dashboardComponents/MobileSidebar.tsx
@@ -36,9 +36,9 @@ export default function MobileSidear() {
36
return (
37
<Sheet>
38
<SheetTrigger asChild>
39
- <Button size={"sm"} variant="secondary" className="bg-opacity-50">
+ <button className="p-2 rounded-lg bg-secondary/50 dark:bg-secondary/60 backdrop-blur-sm">
40
<Menu />
41
- </Button>
+ </button>
42
</SheetTrigger>
43
<SheetContent side={"left"}>
44
<SheetHeader>
0 commit comments