소스 검색

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 시간 전
부모
커밋
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()