diff --git a/Evergreen/MainWindow/Timeline/Cell/UnreadIndicatorView.swift b/Evergreen/MainWindow/Timeline/Cell/UnreadIndicatorView.swift index c139c8d10..990324b7d 100644 --- a/Evergreen/MainWindow/Timeline/Cell/UnreadIndicatorView.swift +++ b/Evergreen/MainWindow/Timeline/Cell/UnreadIndicatorView.swift @@ -38,7 +38,7 @@ class UnreadIndicatorView: NSView { override func draw(_ dirtyRect: NSRect) { if #available(OSX 10.14, *) { - let color = isEmphasized && isSelected ? NSColor.white : NSColor.controlAccent + let color = isEmphasized && isSelected ? NSColor.white : NSColor.controlAccentColor color.setFill() } else { let color = isEmphasized && isSelected ? NSColor.white : NSColor.systemBlue diff --git a/submodules/RSDatabase b/submodules/RSDatabase index 61a63064a..29c89417a 160000 --- a/submodules/RSDatabase +++ b/submodules/RSDatabase @@ -1 +1 @@ -Subproject commit 61a63064a54578c8c72b84f3756b72a651a3bf16 +Subproject commit 29c89417a7138e125ed0a076ba8d6f83b09aa522