Skip to content

Commit

Permalink
docs(seed-docs): update lineHeight of body-L token in `typography…
Browse files Browse the repository at this point in the history
….tsx` (#388)
  • Loading branch information
stleamist authored Feb 1, 2024
1 parent ed6d546 commit 54bc59d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/foundation/typography.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,14 +372,14 @@ const FoundationTypographyPage = () => {
typography="bodyL1Regular"
fontSize={200}
fontWeight="regular"
lineHeight="large"
lineHeight="medium"
letterSpacing={200}
/>
<SemanticTypoGraphy
typography="bodyL1Bold"
fontSize={200}
fontWeight="bold"
lineHeight="large"
lineHeight="medium"
letterSpacing={200}
/>
<SemanticTypoGraphy
Expand Down

0 comments on commit 54bc59d

Please sign in to comment.