aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-10-09 03:08:16 +0300
committereug-vs <eug-vs@keemail.me>2020-10-09 03:08:16 +0300
commitfbb0a7fd921c4f2675147f0f8bc08a221b736a53 (patch)
treee5c126f3cae117b7d3e7f6b07dae918660987726
parent2f7a4bb3de4ff346a928f6887bc2fb4a5973977d (diff)
downloadwhich-ui-fbb0a7fd921c4f2675147f0f8bc08a221b736a53.tar.gz
feat!: remove whitesmoke background color
-rw-r--r--src/containers/Page/Page.tsx3
1 files changed, 1 insertions, 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'
+ }
}
}));