From cd317fb7186d078498e7275433407603f8261fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=A0=E9=B1=BC=E6=80=AA?= Date: Wed, 20 Mar 2024 18:17:05 +0800 Subject: [PATCH] fix: Radio hover style (#47972) --- components/radio/style/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/radio/style/index.ts b/components/radio/style/index.ts index 85d1f0c3ada0..5b16872dd906 100644 --- a/components/radio/style/index.ts +++ b/components/radio/style/index.ts @@ -182,6 +182,7 @@ const getRadioBasicStyle: GenerateStyle = (token) => { border: `${unit(lineWidth)} ${lineType} ${colorPrimary}`, borderRadius: '50%', visibility: 'hidden', + opacity: 0, content: '""', },