diff options
author | eug-vs <eug-vs@keemail.me> | 2020-07-05 12:18:55 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-07-05 12:18:55 +0300 |
commit | c50c38657e23de012699781f07a51dd7e4199b77 (patch) | |
tree | 6839425564bd5ba4055d98cb362fc7193d57c804 /src/pages/NotificationsPage/NotificationsPage.tsx | |
parent | ad049a20fa2d92d9d0cee0af25be799eadf02b46 (diff) | |
download | which-ui-c50c38657e23de012699781f07a51dd7e4199b77.tar.gz |
feat: implement feedback feature
Diffstat (limited to 'src/pages/NotificationsPage/NotificationsPage.tsx')
-rw-r--r-- | src/pages/NotificationsPage/NotificationsPage.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/NotificationsPage/NotificationsPage.tsx b/src/pages/NotificationsPage/NotificationsPage.tsx index 3c39ba3..064fbd4 100644 --- a/src/pages/NotificationsPage/NotificationsPage.tsx +++ b/src/pages/NotificationsPage/NotificationsPage.tsx @@ -4,7 +4,7 @@ import { Typography } from '@material-ui/core'; const useStyles = makeStyles(theme => ({ root: { - marginTop: theme.spacing(40), + marginTop: theme.spacing(25), textAlign: 'center' } })); |