diff options
author | ilyayudovin <ilyayudovin123@gmail.com> | 2020-09-15 00:15:30 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-10-08 22:01:50 +0300 |
commit | 0a23633aa49ece18897a6ceaa56fdd3cd837b8e8 (patch) | |
tree | f91366bf055f50afe5ea5d30bb4a63e6f33c0183 /src/containers/Page/Page.tsx | |
parent | bdb4d194307c9755c2083c1a11bb876abebcb6de (diff) | |
download | which-ui-0a23633aa49ece18897a6ceaa56fdd3cd837b8e8.tar.gz |
feat: add description to poll
Diffstat (limited to 'src/containers/Page/Page.tsx')
-rw-r--r-- | src/containers/Page/Page.tsx | 3 |
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' } })); |