From 9d566cf62a44eabc90897c5ee62e2dc078a88772 Mon Sep 17 00:00:00 2001 From: Anton Mushnin Date: Mon, 21 Nov 2022 11:35:08 +0300 Subject: [PATCH] menu button style --- frontend/src/Theme/MenuButton/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", },