Skip to content

Commit

Permalink
Fixed token assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaemonCahill committed Nov 15, 2024
1 parent 0df5650 commit 8710bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style-dictionary/visual-refresh/typography.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const tokens: StyleDictionary.TypographyDictionary = {
fontHeaderH2DescriptionLineHeight: '{lineHeightBodyM}',
fontHeaderH2DescriptionSize: '{fontSizeBodyM}',
fontLinkButtonLetterSpacing: '{fontButtonLetterSpacing}',
fontLinkButtonWeight: '{fontButtonWeight}',
fontLinkButtonWeight: '{fontWeightButton}',
fontPanelHeaderLineHeight: '{lineHeightHeadingM}',
fontPanelHeaderSize: '{fontSizeHeadingM}',
fontSizeBodyM: '14px',
Expand Down

0 comments on commit 8710bae

Please sign in to comment.