diff --git a/Trust/Style/AppStyle.swift b/Trust/Style/AppStyle.swift index 94d635a76..1f5a1c6e0 100644 --- a/Trust/Style/AppStyle.swift +++ b/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