fix: Radio hover style (#47972)

pull/47987/head
章鱼怪 10 months ago committed by GitHub
parent 999f27d620
commit cd317fb718
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -182,6 +182,7 @@ const getRadioBasicStyle: GenerateStyle<RadioToken> = (token) => {
border: `${unit(lineWidth)} ${lineType} ${colorPrimary}`,
borderRadius: '50%',
visibility: 'hidden',
opacity: 0,
content: '""',
},

Loading…
Cancel
Save