|
@@ -2799,7 +2799,7 @@ private extension ViewController {
|
|
2799
|
lockOverlay.layer?.masksToBounds = true
|
2799
|
lockOverlay.layer?.masksToBounds = true
|
|
2800
|
lockOverlay.layer?.backgroundColor = NSColor.black.withAlphaComponent(darkModeEnabled ? 0.28 : 0.12).cgColor
|
2800
|
lockOverlay.layer?.backgroundColor = NSColor.black.withAlphaComponent(darkModeEnabled ? 0.28 : 0.12).cgColor
|
|
2801
|
|
2801
|
|
|
2802
|
- let lockLabel = textLabel("Get Premium to see events", font: NSFont.systemFont(ofSize: 12, weight: .semibold), color: .white)
|
|
|
|
|
|
2802
|
+ let lockLabel = textLabel("Get Premium to see events", font: NSFont.systemFont(ofSize: 12, weight: .semibold), color: darkModeEnabled ? .white : .black)
|
|
2803
|
lockLabel.alignment = .center
|
2803
|
lockLabel.alignment = .center
|
|
2804
|
|
2804
|
|
|
2805
|
card.addSubview(lockOverlay)
|
2805
|
card.addSubview(lockOverlay)
|