Explorar o código

Set paywall panel background black.

Co-authored-by: Cursor <cursoragent@cursor.com>
huzaifahayat12 hai 2 meses
pai
achega
bd91860662
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      zoom_app/ViewController.swift

+ 1 - 1
zoom_app/ViewController.swift

@@ -3721,7 +3721,7 @@ class ViewController: NSViewController {
         let panel = NSView()
         panel.translatesAutoresizingMaskIntoConstraints = false
         panel.wantsLayer = true
-        panel.layer?.backgroundColor = palette.sectionCard.cgColor
+        panel.layer?.backgroundColor = NSColor.black.cgColor
         panel.layer?.cornerRadius = 0
         styleSurface(panel, borderColor: NSColor.clear, borderWidth: 0, shadow: false)
         root.addSubview(panel)