mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
GraphContent: reduce margin on headings
This commit is contained in:
parent
6515396f47
commit
e2f77cb124
@ -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>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user