chore: lint
This commit is contained in:
@@ -153,18 +153,18 @@ const darkTheme = createTheme({
|
|||||||
},
|
},
|
||||||
MuiIconButton: {
|
MuiIconButton: {
|
||||||
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': {
|
||||||
|
color: '#f44336',
|
||||||
|
"&:hover": {
|
||||||
|
backgroundColor: 'rgba(244, 67, 54, 0.08)',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'&.MuiIconButton-colorError': {
|
|
||||||
color: '#f44336',
|
|
||||||
"&:hover": {
|
|
||||||
backgroundColor: 'rgba(244, 67, 54, 0.08)',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
MuiTab: {
|
MuiTab: {
|
||||||
|
|||||||
Reference in New Issue
Block a user