aboutsummaryrefslogtreecommitdiff
path: root/src/pages/NotificationsPage/NotificationsPage.tsx
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-07-05 12:18:55 +0300
committereug-vs <eug-vs@keemail.me>2020-07-05 12:18:55 +0300
commitc50c38657e23de012699781f07a51dd7e4199b77 (patch)
tree6839425564bd5ba4055d98cb362fc7193d57c804 /src/pages/NotificationsPage/NotificationsPage.tsx
parentad049a20fa2d92d9d0cee0af25be799eadf02b46 (diff)
downloadwhich-ui-c50c38657e23de012699781f07a51dd7e4199b77.tar.gz
feat: implement feedback feature
Diffstat (limited to 'src/pages/NotificationsPage/NotificationsPage.tsx')
-rw-r--r--src/pages/NotificationsPage/NotificationsPage.tsx2
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'
}
}));