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