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:
commit
25195c9c03
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user