From fbb0a7fd921c4f2675147f0f8bc08a221b736a53 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Fri, 9 Oct 2020 03:08:16 +0300 Subject: feat!: remove whitesmoke background color --- src/containers/Page/Page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/containers/Page/Page.tsx b/src/containers/Page/Page.tsx index 9a904a4..e60f7da 100644 --- a/src/containers/Page/Page.tsx +++ b/src/containers/Page/Page.tsx @@ -17,8 +17,7 @@ const useStyles = makeStyles(theme => ({ }, [theme.breakpoints.up('md')]: { padding: theme.spacing(15, 5, 8, 5) - }, - backgroundColor: 'whitesmoke' + } } })); -- cgit v1.2.3