Преглед изворни кода

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 пре 1 месец
родитељ
комит
fc309f4918
1 измењених фајлова са 1 додато и 2 уклоњено
  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()