mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
fix: fixed combined modules selector icons color when dark mode is enable (#1311)
This commit is contained in:
@@ -563,6 +563,7 @@ internal class ModulePreview: NSStackView {
|
||||
self.spacing = 0
|
||||
|
||||
self.imageView.image = icon
|
||||
self.imageView.contentTintColor = .textBackgroundColor
|
||||
|
||||
self.addArrangedSubview(self.imageView)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user