Adjust spacing

This commit is contained in:
Eric Bailey
2024-09-04 11:12:41 -05:00
parent b7017c0b7b
commit 2967279547
@@ -248,12 +248,14 @@ export function QuoteEmbed({
</View> </View>
)} )}
{richText ? ( {richText ? (
<View style={[a.flex_1, a.pt_xs]}>
<RichText <RichText
value={richText} value={richText}
style={a.text_md} style={a.text_md}
numberOfLines={20} numberOfLines={20}
disableLinks disableLinks
/> />
</View>
) : null} ) : null}
</View> </View>
) : ( ) : (