updated colors
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
d4a1f0e5ed
commit
c7efb92a34
@ -36,9 +36,9 @@ import Combine
|
|||||||
private func getToggleColor(for disabled: Bool, surface: Surface) -> (on: UIColor, off: UIColor) {
|
private func getToggleColor(for disabled: Bool, surface: Surface) -> (on: UIColor, off: UIColor) {
|
||||||
if disabled {
|
if disabled {
|
||||||
if surface == .light {
|
if surface == .light {
|
||||||
return (on: VDSColor.elementsDisabledOnlight, off: VDSColor.elementsDisabledOnlight)
|
return (on: VDSColor.interactiveDisabledOnlight, off: VDSColor.interactiveDisabledOnlight)
|
||||||
} else {
|
} else {
|
||||||
return (on: VDSColor.elementsDisabledOnDark, off: VDSColor.elementsDisabledOnDark)
|
return (on: VDSColor.interactiveDisabledOndark, off: VDSColor.interactiveDisabledOndark)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if surface == .light {
|
if surface == .light {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user