From 20b88a811e11a9413b97f6f290632c2523da68d1 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Thu, 23 Apr 2026 18:07:58 +0200 Subject: [PATCH] Use user-selected accent color for Play button tint on macOS --- Yattee/Views/Video/VideoInfoView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yattee/Views/Video/VideoInfoView.swift b/Yattee/Views/Video/VideoInfoView.swift index fc7d2976..454449ba 100644 --- a/Yattee/Views/Video/VideoInfoView.swift +++ b/Yattee/Views/Video/VideoInfoView.swift @@ -1140,7 +1140,7 @@ struct VideoInfoView: View { action: playVideo ) #if os(macOS) - .tint(.accentColor) + .tint(accentColor) #endif // Download button