mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
💄 Improve legibility of unread count on macOS
This commit is contained in:
@@ -35,7 +35,7 @@ class UnreadCountView : NSView {
|
||||
}
|
||||
|
||||
private var currentTextColor: NSColor {
|
||||
return isSelected ? NSColor.white : NSColor.tertiaryLabelColor
|
||||
return isSelected ? NSColor.white : NSColor.secondaryLabelColor
|
||||
}
|
||||
|
||||
private var textAttributes: [NSAttributedString.Key: AnyObject] {
|
||||
|
||||
Reference in New Issue
Block a user