2
2
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:
shannon 2025-02-11 08:39:13 -05:00
parent 5a00f7665d
commit ef4ee4cd2f

View File

@ -19,6 +19,7 @@ struct InlinePostPreview: View {
header()
if let content = viewModel.content {
Text(content)
.font(.subheadline)
.lineLimit(3)
}
}