Skip to content

Commit

Permalink
Merge pull request #46 from Tony1324/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian authored Aug 2, 2021
2 parents 4c2bf62 + 50284f3 commit 525cd24
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 525cd24

Please sign in to comment.