I want to change the text color when an Ant Design Radio button is disabled. I have been trying things like this...
.ant-radio[disabled]:active { color: $g06; }
Which haven't worked.
Add the folowing css.
.ant-radio-disabled + span { color: #ea6262; }
Screenshot