mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Update PostBadge font weight
This commit is contained in:
parent
bb6a9f3af5
commit
1dc8b4c7ce
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user