mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Work around bug where cell tintColor isn't always correctly inherited from the window
This commit is contained in:
@@ -107,7 +107,7 @@ class MasterFeedTableViewCell : UITableViewCell {
|
||||
|
||||
override func setSelected(_ selected: Bool, animated: Bool) {
|
||||
titleView.textColor = selected ? AppAssets.selectedTextColor : UIColor.label
|
||||
faviconImageView.tintColor = selected ? AppAssets.selectedTextColor : tintColor
|
||||
faviconImageView.tintColor = selected ? AppAssets.selectedTextColor : AppAssets.netNewsWireBlueColor
|
||||
super.setSelected(selected, animated: animated)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user