aboutsummaryrefslogtreecommitdiff
path: root/src/containers/Page
diff options
context:
space:
mode:
authorEugene Sokolov <eug-vs@keemail.me>2020-10-09 00:30:59 +0300
committerGitHub <noreply@github.com>2020-10-09 00:30:59 +0300
commita5d0f3edcd5478c81262524cbfef8273a065df36 (patch)
tree48725733e1650fb11f59e4e8dd4f752950a26f72 /src/containers/Page
parentbdb4d194307c9755c2083c1a11bb876abebcb6de (diff)
parent8e9245d18ba591e93dd7dd1de9a271d0b51941a7 (diff)
downloadwhich-ui-a5d0f3edcd5478c81262524cbfef8273a065df36.tar.gz
Merge pull request #103 from which-ecosystem/feat/description
Add description to Poll Model
Diffstat (limited to 'src/containers/Page')
-rw-r--r--src/containers/Page/Page.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/containers/Page/Page.tsx b/src/containers/Page/Page.tsx
index e60f7da..9a904a4 100644
--- a/src/containers/Page/Page.tsx
+++ b/src/containers/Page/Page.tsx
@@ -17,7 +17,8 @@ const useStyles = makeStyles(theme => ({
},
[theme.breakpoints.up('md')]: {
padding: theme.spacing(15, 5, 8, 5)
- }
+ },
+ backgroundColor: 'whitesmoke'
}
}));