Explorar o código

Align home top bar background with the sidebar color to keep the shell visually consistent.

This removes the mismatched strip tint so both surfaces appear as a single unified panel.

Made-with: Cursor
huzaifahayat12 hai 1 mes
pai
achega
4b8af79a82
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      zoom_app/ViewController.swift

+ 1 - 1
zoom_app/ViewController.swift

@@ -677,7 +677,7 @@ class ViewController: NSViewController {
677
 
677
 
678
         let topBar = NSView()
678
         let topBar = NSView()
679
         topBar.wantsLayer = true
679
         topBar.wantsLayer = true
680
-        topBar.layer?.backgroundColor = topStripBackground.withAlphaComponent(0.88).cgColor
680
+        topBar.layer?.backgroundColor = appShellBackground.withAlphaComponent(0.98).cgColor
681
         
681
         
682
         let topBarDivider = NSView()
682
         let topBarDivider = NSView()
683
         topBarDivider.wantsLayer = true
683
         topBarDivider.wantsLayer = true