mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make sidebar white.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user