Improve ChanjeTem a fix dark-mode flickering
This commit is contained in:
@@ -29,8 +29,10 @@ const Root = styled('div')((
|
||||
[`& .${classes.footer}`]: {
|
||||
padding: theme.spacing(1, 2),
|
||||
marginTop: 'auto',
|
||||
backgroundColor:
|
||||
theme.palette.mode === 'light' ? theme.palette.grey[100] : '#1E3526'
|
||||
backgroundColor: theme.palette.grey[100],
|
||||
[theme.getColorSchemeSelector('dark')]: {
|
||||
backgroundColor: '#1E3526'
|
||||
}
|
||||
},
|
||||
|
||||
[`& .${classes.text}`]: {
|
||||
|
||||
Reference in New Issue
Block a user