feat: disable hover styles for icon button

This commit is contained in:
amhsirak
2025-10-13 16:42:32 +05:30
parent 9dfa2f62ea
commit 73ee83a9a0

View File

@@ -160,9 +160,9 @@ const darkTheme = createTheme({
},
'&.MuiIconButton-colorError': {
color: '#f44336',
"&:hover": {
backgroundColor: 'rgba(244, 67, 54, 0.08)',
},
// "&:hover": {
// backgroundColor: 'rgba(244, 67, 54, 0.08)',
// },
},
},
},