Skip to content

Commit

Permalink
Uses title3 for number view to better fit numbers on small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
marko committed Feb 7, 2021
1 parent 08d9a25 commit 5fdfc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Infected/RowView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ struct RowView: View {

var body: some View {
Text(numberString)
.font(.system(.title2, design: .rounded)).bold()
.font(.system(.title3, design: .rounded)).bold()
}

}
Expand Down

0 comments on commit 5fdfc80

Please sign in to comment.