Adjusted accordion spacing
This commit is contained in:
parent
1aeb5e71d7
commit
9be997799d
@ -11,6 +11,7 @@ function Accordion({ heading, children, defaultOpen }) {
|
||||
<Flex
|
||||
sx={{ justifyContent: "space-between" }}
|
||||
onClick={() => setOpen(!open)}
|
||||
my={1}
|
||||
>
|
||||
<Text as="h1" variant="heading" sx={{ fontSize: 5 }}>
|
||||
{heading}
|
||||
|
Loading…
Reference in New Issue
Block a user