Update PostBadge font weight

This commit is contained in:
Angelo Stavrow 2020-08-07 09:44:34 -04:00
parent bb6a9f3af5
commit 1dc8b4c7ce
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -7,7 +7,7 @@ struct PostStatusBadge: View {
let (badgeLabel, badgeColor) = setupBadgeProperties(for: post.status)
Text(badgeLabel)
.font(.caption)
.fontWeight(.bold)
.fontWeight(.semibold)
.foregroundColor(.white)
.textCase(.uppercase)
.lineLimit(1)