Fix light mode error

This commit is contained in:
2024-10-21 15:22:39 +04:00
parent c3993f7a5b
commit 0832595858
+2 -2
View File
@@ -58,9 +58,9 @@ const Root = styled('div')((
[`& .${classes.separation}`]: {
color: 'black',
[theme.getColorSchemeSelector('dark')]: {
...theme.applyStyles('dark', {
color: 'white'
}
})
},
'@media (max-width: 600px)': {