pull/4/head
Tyler Miller 7 years ago committed by Viktor Radchenko
parent edb21d3a05
commit 78f221f656
  1. 4
      Trust/Style/AppStyle.swift

@ -16,9 +16,7 @@ func applyStyle() {
UINavigationBar.appearance().titleTextAttributes = [
.foregroundColor: UIColor.white,
]
UIButton.appearance().tintColor = UIColor.white
UIButton.appearance(whenContainedInInstancesOf: [UIToolbar.self]).tintColor = Colors.darkBlue
UITextField.appearance().tintColor = Colors.blue
UIImageView.appearance().tintColor = Colors.lightBlue

Loading…
Cancel
Save