From 538bb82afebe6f4ecc9d671b1db7775cc5d2adfa Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 29 Oct 2024 02:48:40 +0530 Subject: [PATCH] feat: remove hover color from mui button --- src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 6409955d..c37de9ea 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -45,9 +45,9 @@ const theme = createTheme({ MuiIconButton: { styleOverrides: { root: { - '&:hover': { - color: "#ff66d9", - }, + // '&:hover': { + // color: "#ff66d9", + // }, }, }, },