Skip to content

Commit 1890c24

Browse files
authored
fix: add missing fontFamily to Checkbox.label (#496)
1 parent af32c5d commit 1890c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelteui-core/src/components/Checkbox/Checkbox.styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export default createStyles(
4545
fontSize: `$${size}`,
4646
lineHeight: `$${size}`,
4747
color: '#000000',
48+
fontFamily: theme.fonts.standard.value ?? 'sans-serif',
4849
darkMode: {
4950
color: '$dark000'
5051
}

0 commit comments

Comments
 (0)