Minor Fix
This commit is contained in:
@@ -19,7 +19,7 @@ export const MobileNav = () => {
|
|||||||
<Button
|
<Button
|
||||||
icon={isOpen ? <CrossIcon /> : <HamBurgerIcon />}
|
icon={isOpen ? <CrossIcon /> : <HamBurgerIcon />}
|
||||||
onClick={() => setIsOpen(!isOpen)}
|
onClick={() => setIsOpen(!isOpen)}
|
||||||
className="w-12 h-12 rounded-md px-1"
|
className="w-12 h-12 rounded-md !px-1"
|
||||||
style={{ background: isOpen ? '#000' : '#f4f4f5' }}
|
style={{ background: isOpen ? '#000' : '#f4f4f5' }}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user