Make sidebar white.

This commit is contained in:
Brent Simmons
2018-02-23 23:46:27 -08:00
parent 5643a51d16
commit e93fa704fc
2 changed files with 3 additions and 3 deletions

View File

@@ -57,8 +57,8 @@ final class SidebarStatusBarView: NSView {
return
}
let color = NSColor(calibratedWhite: 0.96, alpha: 1.0)
layer.backgroundColor = color.cgColor
// let color = NSColor(calibratedWhite: 0.96, alpha: 1.0)
layer.backgroundColor = NSColor.white.cgColor
didConfigureLayer = true
}