Skip to content

Commit

Permalink
IOS-2474 Shrinking User Code change header text
Browse files Browse the repository at this point in the history
  • Loading branch information
megakoko committed Dec 28, 2022
1 parent ad17fae commit 0c39f09
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ struct UserCodeHeaderView: View {

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

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

0 comments on commit 0c39f09

Please sign in to comment.