Skip to content

Commit

Permalink
Refactor FXIOS-7742 [v121] Incorrect color of search engines toggles (#…
Browse files Browse the repository at this point in the history
…17285)

* Refactor FXIOS-17273 [v121] Incorrect color of search engines toggles

* Refactor FXIOS-7742 [v121] Incorrect color of search engines toggles
  • Loading branch information
jigmetdadul authored Nov 15, 2023
1 parent e539e06 commit 13bbabf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ public class ThemedSwitch: UISwitch, ThemeApplicable {
enabledOffColor = theme.colors.formSurfaceOff
disabledOffColor = theme.colors.formSurfaceOff.withAlphaComponent(0.4)
thumbTintColor = theme.colors.formKnob
onTintColor = isEnabled ? enabledOnColor : disabledOnColor
}
}

0 comments on commit 13bbabf

Please sign in to comment.