diff --git a/components/footer.js b/components/footer.js index afa9b71..75edede 100644 --- a/components/footer.js +++ b/components/footer.js @@ -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}`]: {