|
|
@@ -967,7 +967,7 @@ class ViewController: NSViewController {
|
|
|
private func makeSidebar(items: [String], selected: String, style: SidebarStyle = .login) -> NSView {
|
|
|
let sidebar = NSView()
|
|
|
sidebar.wantsLayer = true
|
|
|
- sidebar.layer?.backgroundColor = (style == .home ? NSColor.white.withAlphaComponent(0.03) : sidebarBackground).cgColor
|
|
|
+ sidebar.layer?.backgroundColor = (style == .home ? chromeUnifiedBackground : sidebarBackground).cgColor
|
|
|
|
|
|
let stack = NSStackView()
|
|
|
stack.orientation = .vertical
|