|
|
@@ -380,8 +380,7 @@ class ViewController: NSViewController {
|
|
|
let config = NSImage.SymbolConfiguration(pointSize: 16, weight: .medium)
|
|
|
gridIcon.image = image.withSymbolConfiguration(config)
|
|
|
}
|
|
|
- gridIcon.contentTintColor = AppTheme.textPrimary
|
|
|
- gridIcon.usesThemeTint = true
|
|
|
+ gridIcon.contentTintColor = AppTheme.blue
|
|
|
titleIcon = gridIcon
|
|
|
case .none:
|
|
|
titleIcon = NSView()
|