Skip to content

Commit

Permalink
fix: update token value
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintonJason committed Aug 16, 2024
1 parent 3844097 commit 458ce89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sage-assets/lib/stylesheets/core/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $-headings-margin-bottom: sage-spacing(sm);
--sage-line-height-h6: #{map-get($sage-line-heights, lg)};
--sage-line-height-h5: #{map-get($sage-line-heights, xl)};
--sage-line-height-h4: #{map-get($sage-line-heights, 2xl)};
--sage-line-height-h3: #{map-get($sage-line-heights, 3l)};
--sage-line-height-h3: #{map-get($sage-line-heights, 3xl)};
--sage-line-height-h2: #{map-get($sage-line-heights, 4xl)};
--sage-line-height-h1: #{map-get($sage-line-heights, 5xl)};
}
Expand Down

0 comments on commit 458ce89

Please sign in to comment.