feat: remove hover color from mui button

This commit is contained in:
karishmas6
2024-10-29 02:48:40 +05:30
parent 63bcc058e6
commit 538bb82afe

View File

@@ -45,9 +45,9 @@ const theme = createTheme({
MuiIconButton: { MuiIconButton: {
styleOverrides: { styleOverrides: {
root: { root: {
'&:hover': { // '&:hover': {
color: "#ff66d9", // color: "#ff66d9",
}, // },
}, },
}, },
}, },