Skip to content

Commit

Permalink
Tabs tray button is not consistent with other buttons when tapped (#6033
Browse files Browse the repository at this point in the history
)
  • Loading branch information
andreap007 authored Feb 10, 2020
1 parent 1820060 commit f708b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/Frontend/Widgets/TabsButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ private struct TabsButtonUX {
}

class TabsButton: UIButton {
var textColor = UIColor.clear {
var textColor = UIColor.Photon.Blue40 {
didSet {
countLabel.textColor = textColor
borderView.color = textColor
}
}
var titleBackgroundColor = UIColor.clear {
var titleBackgroundColor = UIColor.Photon.Blue40 {
didSet {
labelBackground.backgroundColor = titleBackgroundColor
}
Expand Down

0 comments on commit f708b32

Please sign in to comment.