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

@ -1 +1 @@
Subproject commit 61a63064a54578c8c72b84f3756b72a651a3bf16
Subproject commit 29c89417a7138e125ed0a076ba8d6f83b09aa522