Fix style to prevent hide of the selection elements of the cell in table view.

pull/2/head
Oleg Gordiichuk 7 years ago
parent 626c271794
commit 35e7721f97
  1. 1
      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)

Loading…
Cancel
Save