Fix post header

This commit is contained in:
Thomas Ricouard 2023-02-19 20:56:50 +01:00
parent a74f292696
commit 052586022d
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ struct StatusRowHeaderView: View {
.font(.scaledSubheadline)
.fontWeight(.semibold)
.lineLimit(1)
.layoutPriority(1)
if theme.avatarPosition == .leading {
dateView
.font(.scaledFootnote)