Ver código fonte

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 5 horas atrás
pai
commit
fc309f4918
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      smart_printer/ViewController.swift

+ 1 - 2
smart_printer/ViewController.swift

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