diff --git a/Trust/Style/AppStyle.swift b/Trust/Style/AppStyle.swift index 5e3e0ff38d..84fa92dd57 100644 --- a/Trust/Style/AppStyle.swift +++ b/Trust/Style/AppStyle.swift @@ -16,6 +16,7 @@ func applyStyle() { .foregroundColor: UIColor.white, ] UIButton.appearance().tintColor = UIColor.white + UIImageView.appearance().tintColor = Colors.lightBlue BalanceTitleView.appearance().titleTextColor = UIColor.white BalanceTitleView.appearance().subTitleTextColor = UIColor(white: 0.9, alpha: 1)