notifications: add margins to each

Otherwise they are not distinguished apart.
This commit is contained in:
Matilde Park 2021-04-16 11:47:40 -04:00
parent d5bbc58c2b
commit 290b8c7c38

View File

@ -106,6 +106,7 @@ export function NotificationWrapper(props: {
gridTemplateRows="auto"
gridTemplateAreas={["'header' 'main'", "'header actions' 'main main'"]}
p={2}
m={2}
{...bind}
>
{children}