mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-05 13:00:47 +08:00
fix(radio): fix dark theme style error (#3641)
This commit is contained in:
parent
37c3417805
commit
f5e39b25b3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user