Use user-selected accent color for Play button tint on macOS

This commit is contained in:
Arkadiusz Fal
2026-04-23 18:07:58 +02:00
parent a32582e171
commit 20b88a811e

View File

@@ -1140,7 +1140,7 @@ struct VideoInfoView: View {
action: playVideo action: playVideo
) )
#if os(macOS) #if os(macOS)
.tint(.accentColor) .tint(accentColor)
#endif #endif
// Download button // Download button