Skip to content

Commit 3050f21

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/ExpandableCard.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ const ExpandableCard: React.FC<IProps> = ({
103103
fontSize="xl"
104104
fontWeight="semibold"
105105
flex="1"
106-
marginTop="0rem"
107-
marginBottom="0.5rem"
106+
m="0"
108107
>
109108
{title}
110109
</Text>

0 commit comments

Comments
 (0)