ソースを参照

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 4 時間 前
コミット
fc309f4918
共有1 個のファイルを変更した1 個の追加2 個の削除を含む
  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()