From d1010507d9195694b961fd343687678b88b6be38 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sat, 18 Apr 2026 12:00:05 +0200 Subject: [PATCH] Remove blue tint from tvOS comment replies indicators --- Yattee/Views/Player/tvOS/TVDetailsPanel.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Yattee/Views/Player/tvOS/TVDetailsPanel.swift b/Yattee/Views/Player/tvOS/TVDetailsPanel.swift index 65bee2df..f86fc7a0 100644 --- a/Yattee/Views/Player/tvOS/TVDetailsPanel.swift +++ b/Yattee/Views/Player/tvOS/TVDetailsPanel.swift @@ -706,7 +706,7 @@ struct TVFocusableCommentView: View { Text("comments.replyCount \(comment.replyCount)") .font(.caption) } - .foregroundStyle(.blue) + .foregroundStyle(.primary) } } } @@ -747,7 +747,7 @@ struct TVFocusableCommentView: View { } label: { Text(String(localized: "comments.loadMoreReplies")) .font(.caption) - .foregroundStyle(.blue) + .foregroundStyle(.primary) } .buttonStyle(.plain) .padding(.leading, 52)