Skip to content

Commit d0a5431

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ExpandableCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ const ExpandableCard: React.FC<IProps> = ({
131131
</AccordionButton>
132132
</h3>
133133
<AccordionPanel
134-
paddingX="1.5rem"
135-
paddingBottom="1.5rem"
134+
paddingX="2"
135+
paddingBottom="2"
136136
paddingTop="0"
137137
onClick={onClick}
138138
>

0 commit comments

Comments
 (0)