Skip to content

Commit fd60826

Browse files
author
gho1b
committed
Bugfix radio and checkbox not show on checked
1 parent dd6b085 commit fd60826

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ function rulesValueBuilder(theme) {
129129
'forms.checkboxCheckedBackgroundFillColor',
130130
colors.white
131131
),
132+
checkboxCheckedBackgroundColor: theme('forms.checkboxCheckedBackgroundColor', `currentColor`),
132133
checkboxCheckedBackgroundImage: theme(
133134
'forms.checkboxCheckedBackgroundImage',
134135
`url("${svgToDataUri(

0 commit comments

Comments
 (0)