Fix toggle theme

This commit is contained in:
2024-10-21 15:18:37 +04:00
parent 011a5b64e2
commit c3993f7a5b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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}`]: {