Skip to content

Commit

Permalink
fix: add missing fontFamily to Checkbox.label
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanvivien committed Jun 17, 2024
1 parent af32c5d commit 9de1a2b
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 9de1a2b

Please sign in to comment.