Procházet zdrojové kódy

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 před 5 hodinami
rodič
revize
fc309f4918
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      smart_printer/ViewController.swift

+ 1 - 2
smart_printer/ViewController.swift

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