Fix toggle theme
This commit is contained in:
@@ -30,9 +30,9 @@ const Root = styled('div')((
|
||||
padding: theme.spacing(1, 2),
|
||||
marginTop: 'auto',
|
||||
backgroundColor: theme.palette.grey[100],
|
||||
[theme.getColorSchemeSelector('dark')]: {
|
||||
...theme.applyStyles('dark', {
|
||||
backgroundColor: '#1E3526'
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
[`& .${classes.text}`]: {
|
||||
|
||||
Reference in New Issue
Block a user