fix(radio): fix dark theme style error (#3641)

This commit is contained in:
XieZongChen 2022-08-31 21:18:36 +08:00 committed by GitHub
parent 37c3417805
commit f5e39b25b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ const radioDark: RadioTheme = {
boxShadowDisabled: `inset 0 0 0 1px ${borderColor}`,
color: '#0000',
colorDisabled: inputColorDisabled,
colorActive: '#0000',
textColor: textColor2,
textColorDisabled,
dotColorActive: primaryColor,