diff --git a/components/mobile-nav.tsx b/components/mobile-nav.tsx
index b2e011f..88ed954 100644
--- a/components/mobile-nav.tsx
+++ b/components/mobile-nav.tsx
@@ -19,7 +19,7 @@ export const MobileNav = () => {
: }
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' }}
/>