GraphContent: reduce margin on headings

This commit is contained in:
Matilde Park 2021-05-06 13:05:09 -04:00
parent 6515396f47
commit e2f77cb124

View File

@ -239,7 +239,7 @@ const header = ({ children, depth, ...rest }) => {
<H4 display='block'>{children}</H4>
);
return (
<Box {...rest} mt="2" mb="4">
<Box {...rest}>
{inner}
</Box>
);