Explorar o código

Use blue accent for the Create & Print section grid icon.

Matches the Quick Start sparkle icon styling for consistent section headers.

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 hai 1 mes
pai
achega
fc309f4918
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      smart_printer/ViewController.swift

+ 1 - 2
smart_printer/ViewController.swift

@@ -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()