Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Unselected TabBarCell now follow addressBar color for deselection.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhreis committed Aug 10, 2019
1 parent f357eb1 commit 5c9a457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Frontend/Browser/TabsBar/TabBarCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class TabBarCell: UICollectionViewCell {
titleLabel.font = UIFont.systemFont(ofSize: 12)
titleLabel.textColor = theme.colors.tints.header.withAlphaComponent(0.4)
closeButton.isHidden = true
backgroundColor = .clear
backgroundColor = theme.colors.addressBar
}
}
}
Expand Down

0 comments on commit 5c9a457

Please sign in to comment.