mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 18:35:05 +00:00
Remove blue tint from tvOS comment replies indicators
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user