mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Merge pull request #777 from mastodon/IOS-32_Fix_Paragraph_Margins
IOS-32: Fix paragraph margins in compose
This commit is contained in:
commit
7cfadaee3e
@ -50,6 +50,8 @@ public struct MetaTextViewRepresentable: UIViewRepresentable {
|
||||
.foregroundColor: Asset.Colors.brand.color,
|
||||
]
|
||||
|
||||
metaText.paragraphStyle = NSMutableParagraphStyle()
|
||||
|
||||
configurationHandler(metaText)
|
||||
|
||||
metaText.configure(content: PlaintextMetaContent(string: string))
|
||||
|
Loading…
x
Reference in New Issue
Block a user