Skip to content

Commit

Permalink
Fix spacing of Heading3
Browse files Browse the repository at this point in the history
  • Loading branch information
euanmillar committed Dec 3, 2024
1 parent 115ebf4 commit b2add4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/Headings/Headings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ export const Heading2 = styled.h2`
export const Heading3 = styled.h3`
${({ theme }) => theme.fonts.h3};
color: ${({ theme }) => theme.colors.grey600};
padding: 8px 0px;
padding: 18px 0px 8px 0px;
border-top: 1px solid ${({ theme }) => theme.colors.grey200};
`

0 comments on commit b2add4c

Please sign in to comment.