Remove blue tint from tvOS comment replies indicators

This commit is contained in:
Arkadiusz Fal
2026-04-18 12:00:05 +02:00
parent 8f00fe012f
commit d1010507d9

View File

@@ -706,7 +706,7 @@ struct TVFocusableCommentView: View {
Text("comments.replyCount \(comment.replyCount)") Text("comments.replyCount \(comment.replyCount)")
.font(.caption) .font(.caption)
} }
.foregroundStyle(.blue) .foregroundStyle(.primary)
} }
} }
} }
@@ -747,7 +747,7 @@ struct TVFocusableCommentView: View {
} label: { } label: {
Text(String(localized: "comments.loadMoreReplies")) Text(String(localized: "comments.loadMoreReplies"))
.font(.caption) .font(.caption)
.foregroundStyle(.blue) .foregroundStyle(.primary)
} }
.buttonStyle(.plain) .buttonStyle(.plain)
.padding(.leading, 52) .padding(.leading, 52)