mirror of
https://github.com/yattee/yattee.git
synced 2026-05-13 19:05:03 +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)")
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user