mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
fix: adjusted menu background color for dark themes (#727)
This commit is contained in:
@@ -411,7 +411,7 @@ private class MenuView: NSView {
|
||||
|
||||
public func activate() {
|
||||
NotificationCenter.default.post(name: .openModuleSettings, object: nil, userInfo: ["module": self.title])
|
||||
self.layer?.backgroundColor = .init(gray: 0.1, alpha: 0.4)
|
||||
self.layer?.backgroundColor = .init(gray: 0.01, alpha: 0.25)
|
||||
self.active = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user