Unbreak the build. I think.
This commit is contained in:
parent
6fa34df300
commit
61a390a947
|
@ -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
|
Loading…
Reference in New Issue