aboutsummaryrefslogtreecommitdiff
path: root/src/containers/Notifications
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/Notifications')
-rw-r--r--src/containers/Notifications/Notifications.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/Notifications/Notifications.tsx b/src/containers/Notifications/Notifications.tsx
index 2a9ea13..655e7be 100644
--- a/src/containers/Notifications/Notifications.tsx
+++ b/src/containers/Notifications/Notifications.tsx
@@ -4,7 +4,7 @@ import EmptyState from '../../components/EmptyState/EmptyState';
const useStyles = makeStyles(theme => ({
root: {
- marginTop: theme.spacing(25)
+ marginTop: theme.spacing(16)
}
}));