diff --git a/frontend/src/Theme/MenuButton/index.js b/frontend/src/Theme/MenuButton/index.js index 1d156888..906b434e 100644 --- a/frontend/src/Theme/MenuButton/index.js +++ b/frontend/src/Theme/MenuButton/index.js @@ -1,7 +1,7 @@ const mobileVariant = () => { return { _active: { - backgroundColor: "black.300 !important", + backgroundColor: "black.300", color: "white", textDecoration: "none", },