mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Subheadline font for inline post content
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
This commit is contained in:
parent
5a00f7665d
commit
ef4ee4cd2f
@ -19,6 +19,7 @@ struct InlinePostPreview: View {
|
||||
header()
|
||||
if let content = viewModel.content {
|
||||
Text(content)
|
||||
.font(.subheadline)
|
||||
.lineLimit(3)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user