Skip to content

Commit 64a3422

Browse files
jb-0pettinarip
andauthored
Update src/components/ExpandableCard.tsx
Co-authored-by: Pablo Pettinari <pettinarip@gmail.com>
1 parent e56bff8 commit 64a3422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ExpandableCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const ExpandableCard: React.FC<IProps> = ({
7070
index={isVisible ? [0] : []}
7171
>
7272
<AccordionItem borderTopWidth="0" flex="1">
73-
<h3 style={{ margin: 0 }}>
73+
<Heading as="h3" m={0}>
7474
<AccordionButton
7575
width="100%"
7676
padding={`1.5rem 1.5rem ${isVisible ? "0" : "1.5rem"}`}

0 commit comments

Comments
 (0)