Skip to content

Commit 9362c88

Browse files
authored
Merge pull request #869 from maiieul/fix-double-bg-hamburger
fix(MenuIcon.tsx): remove double stroke
2 parents 7b1a99a + a9de642 commit 9362c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/components/icons/MenuIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const MenuIcon = () => (
44
fill="none"
55
stroke-linecap="round"
66
aria-hidden="true"
7-
class="h-6 w-6 stroke-black hover:bg-gray-100 dark:stroke-white dark:hover:bg-slate-600"
7+
class="h-6 w-6 stroke-foreground"
88
>
99
<path d="M.5 1h9M.5 8h9M.5 4.5h9" />
1010
</svg>

0 commit comments

Comments
 (0)