fix: fixed combined modules selector icons color when dark mode is enable (#1311)

This commit is contained in:
Serhiy Mytrovtsiy
2023-02-13 18:28:00 +01:00
parent acd120f9d7
commit c7ab1e8a03
2 changed files with 2 additions and 3 deletions

View File

@@ -563,6 +563,7 @@ internal class ModulePreview: NSStackView {
self.spacing = 0
self.imageView.image = icon
self.imageView.contentTintColor = .textBackgroundColor
self.addArrangedSubview(self.imageView)