mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change disclosure triangles to be gray instead of blue. Issue #1200
This commit is contained in:
@@ -15,7 +15,7 @@ class MasterFeedUnreadCountView : UIView {
|
||||
}
|
||||
|
||||
let cornerRadius = 8.0
|
||||
let bgColor = AppAssets.unreadCountBackgroundColor
|
||||
let bgColor = AppAssets.controlBackgroundColor
|
||||
var textColor: UIColor {
|
||||
return UIColor.white
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user