From 416f1924ade3610e6ce8949b95c4434121071501 Mon Sep 17 00:00:00 2001 From: madocto Date: Wed, 20 Mar 2024 11:44:31 +0800 Subject: [PATCH] fix: Radio hover style --- components/radio/style/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/radio/style/index.ts b/components/radio/style/index.ts index 85d1f0c3ada0..63cc106b40e4 100644 --- a/components/radio/style/index.ts +++ b/components/radio/style/index.ts @@ -297,6 +297,10 @@ const getRadioBasicStyle: GenerateStyle = (token) => { }, }, }, + + '&::after': { + borderColor: colorBorder, + }, }, [`span${componentCls} + *`]: {