Skip to content

Commit

Permalink
LG-4316: Updates H1 line height from 62 to 64px (#2376)
Browse files Browse the repository at this point in the history
* update h1 line height

* update h1 line height with changeset
  • Loading branch information
bruugey authored Jun 7, 2024
1 parent df60918 commit 5d44c6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/empty-carrots-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@leafygreen-ui/typography': patch
---

Updates `line-height` of H1 component from 62 to 64px to align better with our grid
2 changes: 1 addition & 1 deletion packages/typography/src/H1/H1.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { fontFamilies, fontWeights } from '@leafygreen-ui/tokens';
export const h1Styles = css`
font-weight: ${fontWeights.regular};
font-size: 48px;
line-height: 62px;
line-height: 64px;
font-family: ${fontFamilies.serif};
`;

Expand Down

0 comments on commit 5d44c6b

Please sign in to comment.