Skip to content

Commit

Permalink
review: variable for caption weight
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Jun 20, 2024
1 parent eae3434 commit c5f4afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/src/helix-design-system/product/typography.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const fontStyleCaptionSemiBold = `${fontWeightCaptionSemiBold} ${fontSize
export const fontSizeCaptionRegular = fontSizeCaption
export const lineHeightCaptionRegular = lineHeightCaption
export const fontFamilyCaptionRegular = fontFamilyCaption
export const fontWeightCaptionRegular = '400'
export const fontWeightCaptionRegular = fontWeightRegular
export const fontStyleCaptionRegular = `${fontWeightCaptionRegular} ${fontSizeCaptionRegular}/${lineHeightCaptionRegular} ${fontFamilyCaptionRegular}`

// Code
Expand Down

0 comments on commit c5f4afe

Please sign in to comment.