Skip to content

Commit

Permalink
Update section.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Mar 15, 2023
1 parent 60cbf7f commit 56b1cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Section: React.FC<
}>
> = ({children, title}) => {
return (
<View margin-s2 marginV-s3 paddingH-s3>
<View margin-s2 marginV-s2 paddingH-s3>
<Text section textColor>
{title}
</Text>
Expand Down

0 comments on commit 56b1cd1

Please sign in to comment.