Skip to content

Commit

Permalink
Fix style to prevent hide of the selection elements of the cell in ta…
Browse files Browse the repository at this point in the history
…ble view.
  • Loading branch information
OlegGordiichuk committed Feb 5, 2018
1 parent 626c271 commit 35e7721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Trust/Style/AppStyle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 35e7721

Please sign in to comment.