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.
2 parents 7b1a99a + a9de642 commit 9362c88Copy full SHA for 9362c88
apps/website/src/components/icons/MenuIcon.tsx
@@ -4,7 +4,7 @@ export const MenuIcon = () => (
4
fill="none"
5
stroke-linecap="round"
6
aria-hidden="true"
7
- class="h-6 w-6 stroke-black hover:bg-gray-100 dark:stroke-white dark:hover:bg-slate-600"
+ class="h-6 w-6 stroke-foreground"
8
>
9
<path d="M.5 1h9M.5 8h9M.5 4.5h9" />
10
</svg>
0 commit comments