Skip to content

Commit

Permalink
Update paragraph.js
Browse files Browse the repository at this point in the history
Increase the margin bottom of paragraphs
  • Loading branch information
nsolerieu authored Nov 29, 2023
1 parent 20b9445 commit 3e8f3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/src/components/paragraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import styled from 'styled-components'
import themeGet from '@styled-system/theme-get'

const Paragraph = styled.p`
margin: 0 0 ${themeGet('space.3')};
margin: 0 0 ${themeGet('space.4')};
`

export default Paragraph

0 comments on commit 3e8f3ad

Please sign in to comment.