From d3fd703831082d955bfd23a60152fe860c7a54c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Mon, 24 Jan 2022 06:46:23 +0400 Subject: [PATCH] Change background footer on dark mode --- components/footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`]: {