From 5d750facd36a70d96a658974c0eb866e9ac145e3 Mon Sep 17 00:00:00 2001 From: Stuar Breckenridge Date: Sun, 22 Jun 2025 07:55:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Improve=20legibility=20of=20unre?= =?UTF-8?q?ad=20count=20on=20macOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mac/MainWindow/Sidebar/UnreadCountView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/MainWindow/Sidebar/UnreadCountView.swift b/Mac/MainWindow/Sidebar/UnreadCountView.swift index 75ab94e6b..dda16e165 100644 --- a/Mac/MainWindow/Sidebar/UnreadCountView.swift +++ b/Mac/MainWindow/Sidebar/UnreadCountView.swift @@ -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] {