feat: disable hover styles for icon button

This commit is contained in:
amhsirak
2025-10-13 16:43:04 +05:30
parent 73ee83a9a0
commit a091df4c17

View File

@@ -155,9 +155,9 @@ const darkTheme = createTheme({
styleOverrides: {
root: {
color: '#ffffff',
"&:hover": {
backgroundColor: 'rgba(255, 0, 195, 0.08)',
},
// "&:hover": {
// backgroundColor: 'rgba(255, 0, 195, 0.08)',
// },
'&.MuiIconButton-colorError': {
color: '#f44336',
// "&:hover": {