feat: remove hover color from mui button
This commit is contained in:
@@ -45,9 +45,9 @@ const theme = createTheme({
|
|||||||
MuiIconButton: {
|
MuiIconButton: {
|
||||||
styleOverrides: {
|
styleOverrides: {
|
||||||
root: {
|
root: {
|
||||||
'&:hover': {
|
// '&:hover': {
|
||||||
color: "#ff66d9",
|
// color: "#ff66d9",
|
||||||
},
|
// },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user