Skip to content

Commit

Permalink
style(react): minor typography tweaks (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
resir014 authored Aug 10, 2021
1 parent 812e5f6 commit 8499f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/theme/variants/typography.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ export const paragraph = {
},
300: {
fontSize: 300,
lineHeight: '24px',
lineHeight: '20px',
},
200: {
fontSize: 200,
lineHeight: '20px',
lineHeight: '18px',
},
};

1 comment on commit 8499f04

@vercel
Copy link

@vercel vercel bot commented on 8499f04 Aug 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.