Change background footer on dark mode

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-24 06:46:23 +04:00
parent 46d2352ae5
commit d3fd703831
+1 -1
View File
@@ -23,7 +23,7 @@ const Root = styled('div')((
padding: theme.spacing(3, 2),
marginTop: 'auto',
backgroundColor:
theme.palette.mode === 'light' ? theme.palette.grey[200] : theme.palette.grey[800]
theme.palette.mode === 'light' ? theme.palette.grey[100] : '#1E3526'
},
[`& .${classes.text}`]: {