Unbreak the build. I think.

This commit is contained in:
Brent Simmons
2018-08-18 11:15:24 -07:00
parent 6fa34df300
commit 61a390a947
2 changed files with 2 additions and 2 deletions

View File

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