Merge branch 'bugfix/CXTDT-420978' into 'develop'

defect: CXTDT-420978 Changing the radio button color

### Summary
Changing the color of the radio button, which was incorrect

### JIRA Ticket
[CXTDT-420978](https://onejira.verizon.com/browse/CXTDT-420978)

Co-authored-by: Sumanth Nadigadda <sumanth.nadigadda@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/968
This commit is contained in:
Hedden, Kyle Matthew 2023-06-22 17:00:08 +00:00
commit 25195c9c03

View File

@ -26,7 +26,7 @@ import VDSFormControlsTokens
}
}
public var enabledColor: UIColor {
return radioModel?.inverted ?? false ? VDSFormControlsColor.borderOndark : VDSFormControlsColor.borderOnlight
return radioModel?.inverted ?? false ? VDSColor.elementsPrimaryOndark : VDSColor.elementsPrimaryOnlight
}
public var disabledColor: UIColor {
return radioModel?.inverted ?? false ? VDSColor.interactiveDisabledOndark : VDSColor.interactiveDisabledOnlight