Skip to content

Commit 5311011

Browse files
committed
fix hover color on the mobile hamburger button
1 parent e39e7bc commit 5311011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Nav/Mobile/HamburgerButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const HamburgerButton = forwardRef<HTMLButtonElement, HamburgerProps>(
3737
>
3838
<svg
3939
viewBox="0 0 24 40"
40-
className="relative h-10 w-6 stroke-body stroke-2 hover:stroke-primary hover:text-primary [&>path]:fill-none hover:[&>path]:stroke-primary"
40+
className="relative h-10 w-6 stroke-body stroke-2 hover:stroke-primary-hover hover:text-primary-hover [&>path]:fill-none hover:[&>path]:stroke-primary-hover"
4141
>
4242
<motion.path
4343
variants={hamburgerVariants}

0 commit comments

Comments
 (0)