mirror of
https://github.com/vercel/commerce.git
synced 2025-05-13 13:17:51 +00:00
amending mobile burger to white text
This commit is contained in:
parent
f4dc383346
commit
b4098b33a2
@ -32,7 +32,7 @@ export default function MobileMenu({ menu }: { menu: Menu[] }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<button onClick={openMobileMenu} aria-label="Open mobile menu" className="md:hidden">
|
<button onClick={openMobileMenu} aria-label="Open mobile menu" className="md:hidden text-white">
|
||||||
<Bars3Icon className="h-6" />
|
<Bars3Icon className="h-6" />
|
||||||
</button>
|
</button>
|
||||||
<Transition show={isOpen}>
|
<Transition show={isOpen}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user