mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-23 14:28:15 +00:00
Fix post header
This commit is contained in:
parent
a74f292696
commit
052586022d
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ struct StatusRowHeaderView: View {
|
||||||
.font(.scaledSubheadline)
|
.font(.scaledSubheadline)
|
||||||
.fontWeight(.semibold)
|
.fontWeight(.semibold)
|
||||||
.lineLimit(1)
|
.lineLimit(1)
|
||||||
|
.layoutPriority(1)
|
||||||
if theme.avatarPosition == .leading {
|
if theme.avatarPosition == .leading {
|
||||||
dateView
|
dateView
|
||||||
.font(.scaledFootnote)
|
.font(.scaledFootnote)
|
||||||
|
|
Loading…
Reference in a new issue