Skip to content

Commit c7fbece

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

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
@@ -73,7 +73,7 @@ const ExpandableCard: React.FC<IProps> = ({
7373
<Heading as="h3" m={0}>
7474
<AccordionButton
7575
width="100%"
76-
padding={`1.5rem 1.5rem ${isVisible ? "0" : "1.5rem"}`}
76+
p={6}
7777
flex="1"
7878
onClick={onClick}
7979
_hover={{

0 commit comments

Comments
 (0)