diff --git a/components/radio/style/index.tsx b/components/radio/style/index.tsx index a942061c9a..38a1726249 100644 --- a/components/radio/style/index.tsx +++ b/components/radio/style/index.tsx @@ -105,6 +105,7 @@ const getRadioBasicStyle: GenerateStyle = (token) => { '&-disabled': { cursor: 'not-allowed', + color: token.colorTextDisabled, }, '&::after': { @@ -227,7 +228,7 @@ const getRadioBasicStyle: GenerateStyle = (token) => { }, }, - '&-input': { + [`${componentCls}-input`]: { cursor: 'not-allowed', },