aboutsummaryrefslogtreecommitdiff
path: root/src/containers/Page
diff options
context:
space:
mode:
authorEugene Sokolov <eug-vs@keemail.me>2020-10-09 03:35:31 +0300
committerGitHub <noreply@github.com>2020-10-09 03:35:31 +0300
commitfcaddcd6ad8607d05279acdb87675de6180ac1cb (patch)
tree818dc66ce2e45b5f29728b1e6654935d616ad3d5 /src/containers/Page
parenta5d0f3edcd5478c81262524cbfef8273a065df36 (diff)
parent5b81a690ed3c407aeb934b92fdad4a37c7e01a4b (diff)
downloadwhich-ui-fcaddcd6ad8607d05279acdb87675de6180ac1cb.tar.gz
Merge pull request #104 from which-ecosystem/feat/patch-notes
Display patch notes on home screen
Diffstat (limited to 'src/containers/Page')
-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'
+ }
}
}));