Skip to content

Commit

Permalink
fix: add missing fontFamily to Checkbox.label (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanvivien authored Jun 24, 2024
1 parent af32c5d commit 1890c24
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default createStyles(
fontSize: `$${size}`,
lineHeight: `$${size}`,
color: '#000000',
fontFamily: theme.fonts.standard.value ?? 'sans-serif',
darkMode: {
color: '$dark000'
}
Expand Down

0 comments on commit 1890c24

Please sign in to comment.