Change background footer on dark mode
This commit is contained in:
@@ -23,7 +23,7 @@ const Root = styled('div')((
|
|||||||
padding: theme.spacing(3, 2),
|
padding: theme.spacing(3, 2),
|
||||||
marginTop: 'auto',
|
marginTop: 'auto',
|
||||||
backgroundColor:
|
backgroundColor:
|
||||||
theme.palette.mode === 'light' ? theme.palette.grey[200] : theme.palette.grey[800]
|
theme.palette.mode === 'light' ? theme.palette.grey[100] : '#1E3526'
|
||||||
},
|
},
|
||||||
|
|
||||||
[`& .${classes.text}`]: {
|
[`& .${classes.text}`]: {
|
||||||
|
|||||||
Reference in New Issue
Block a user