💄 Improve legibility of unread count on macOS

This commit is contained in:
Stuar Breckenridge
2025-06-22 07:55:53 +08:00
parent 58e2060fc3
commit 5d750facd3

View File

@@ -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] {