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