feat: icon outlined error palette

This commit is contained in:
amhsirak
2025-01-27 22:34:19 +05:30
parent bafd6948a9
commit 06f631df07

View File

@@ -153,12 +153,18 @@ const darkTheme = createTheme({
},
MuiIconButton: {
styleOverrides: {
root: {
color: '#ffffff',
"&:hover": {
backgroundColor: 'rgba(255, 0, 195, 0.08)',
},
root: {
color: '#ffffff',
"&:hover": {
backgroundColor: 'rgba(255, 0, 195, 0.08)',
},
'&.MuiIconButton-colorError': {
color: '#f44336',
"&:hover": {
backgroundColor: 'rgba(244, 67, 54, 0.08)',
},
},
},
},
},
MuiTab: {