feat: disable hover styles for icon button
This commit is contained in:
@@ -155,9 +155,9 @@ const darkTheme = createTheme({
|
|||||||
styleOverrides: {
|
styleOverrides: {
|
||||||
root: {
|
root: {
|
||||||
color: '#ffffff',
|
color: '#ffffff',
|
||||||
"&:hover": {
|
// "&:hover": {
|
||||||
backgroundColor: 'rgba(255, 0, 195, 0.08)',
|
// backgroundColor: 'rgba(255, 0, 195, 0.08)',
|
||||||
},
|
// },
|
||||||
'&.MuiIconButton-colorError': {
|
'&.MuiIconButton-colorError': {
|
||||||
color: '#f44336',
|
color: '#f44336',
|
||||||
// "&:hover": {
|
// "&:hover": {
|
||||||
|
|||||||
Reference in New Issue
Block a user