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)