فهرست منبع

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