IOS-32: Fix paragraph margins in compose
This commit is contained in:
parent
c37b8b5e74
commit
ddf6e691fe
|
@ -50,6 +50,8 @@ public struct MetaTextViewRepresentable: UIViewRepresentable {
|
||||||
.foregroundColor: Asset.Colors.brand.color,
|
.foregroundColor: Asset.Colors.brand.color,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
metaText.paragraphStyle = NSMutableParagraphStyle()
|
||||||
|
|
||||||
configurationHandler(metaText)
|
configurationHandler(metaText)
|
||||||
|
|
||||||
metaText.configure(content: PlaintextMetaContent(string: string))
|
metaText.configure(content: PlaintextMetaContent(string: string))
|
||||||
|
|
Loading…
Reference in New Issue