IOS-32: Fix paragraph margins in compose

This commit is contained in:
Marcus Kida 2022-12-16 10:28:06 +01:00
parent c37b8b5e74
commit ddf6e691fe
No known key found for this signature in database
GPG Key ID: 19FF64E08013CA40
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ public struct MetaTextViewRepresentable: UIViewRepresentable {
.foregroundColor: Asset.Colors.brand.color,
]
metaText.paragraphStyle = NSMutableParagraphStyle()
configurationHandler(metaText)
metaText.configure(content: PlaintextMetaContent(string: string))