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: { 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": {