Skip to content

Commit

Permalink
fix(design-tokens): value for h5 line-height (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturo Castillo Delgado authored May 19, 2021
1 parent 3a86ee7 commit b2873b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-tokens/src/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ tokens[TYPE_VARIANT] = {
heading_5: {
...defaultVariant,
size: size['20'],
lineHeight: lineHeight['125'],
lineHeight: lineHeight['120'],
weight: weight.extrabold,
},
heading_4: {
Expand Down

0 comments on commit b2873b7

Please sign in to comment.