Skip to content

Commit

Permalink
IOS-2474 Using smaller font size
Browse files Browse the repository at this point in the history
  • Loading branch information
megakoko committed Dec 28, 2022
1 parent afe7aa4 commit da33a31
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ struct UserCodeHeaderView: View {
}.padding(.bottom, 16)

Text(title)
.font(Font.system(size: 34).bold())
.font(Font.system(size: 24).bold())
.lineLimit(1)

Text(cardId)
.font(.system(size: 17))
Expand Down

0 comments on commit da33a31

Please sign in to comment.