From ef9949600223ae72ad5a4df5b3631977e18de5e1 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 19 Aug 2020 11:51:44 -0500 Subject: [PATCH] Make summary text a lighter shade of gray. Issue #2366 --- Mac/MainWindow/Timeline/Cell/TimelineTableCellView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/MainWindow/Timeline/Cell/TimelineTableCellView.swift b/Mac/MainWindow/Timeline/Cell/TimelineTableCellView.swift index cffc819a0..9c5be0c19 100644 --- a/Mac/MainWindow/Timeline/Cell/TimelineTableCellView.swift +++ b/Mac/MainWindow/Timeline/Cell/TimelineTableCellView.swift @@ -180,7 +180,7 @@ private extension TimelineTableCellView { titleView.textColor = NSColor.labelColor feedNameView.textColor = NSColor.secondaryLabelColor dateView.textColor = NSColor.secondaryLabelColor - summaryView.textColor = NSColor.labelColor + summaryView.textColor = NSColor.secondaryLabelColor textView.textColor = NSColor.labelColor }