Skip to content

Commit

Permalink
Removed minimumScaleFactor from commentVoteView, to avoid scaling to …
Browse files Browse the repository at this point in the history
…unreadable sizes
  • Loading branch information
Tony1324 committed Aug 2, 2021
1 parent 4c2bf62 commit 50284f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions RedditOs/Features/Comments/CommentVoteView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ struct CommentVoteView: View {

Text(viewModel.comment.score?.toRoundedSuffixAsString() ?? "Vote")
.font(.callout)
.fontWeight(.bold)
.minimumScaleFactor(0.1)
.lineLimit(1)

Button(action: {
Expand Down

0 comments on commit 50284f3

Please sign in to comment.