Skip to content

Commit 1297718

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

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
@@ -96,7 +96,7 @@ const ExpandableCard: React.FC<IProps> = ({
9696
sx={{
9797
svg: { marginRight: "1.5rem" },
9898
}}
99-
margin="1rem 0"
99+
my="4"
100100
>
101101
{!!Svg && <Svg />}
102102
<Text

0 commit comments

Comments
 (0)