fix composer reply line height (#8241)
This commit is contained in:
@@ -76,6 +76,7 @@ export function ComposerReplyTo({replyTo}: {replyTo: ComposerOptsPostRef}) {
|
|||||||
a.mx_lg,
|
a.mx_lg,
|
||||||
a.border_b,
|
a.border_b,
|
||||||
t.atoms.border_contrast_medium,
|
t.atoms.border_contrast_medium,
|
||||||
|
a.user_select_text,
|
||||||
]}
|
]}
|
||||||
onPress={onPress}
|
onPress={onPress}
|
||||||
accessibilityRole="button"
|
accessibilityRole="button"
|
||||||
@@ -113,7 +114,7 @@ export function ComposerReplyTo({replyTo}: {replyTo: ComposerOptsPostRef}) {
|
|||||||
<View style={[a.flex_row, a.gap_md]}>
|
<View style={[a.flex_row, a.gap_md]}>
|
||||||
<View style={[a.flex_1, a.flex_grow]}>
|
<View style={[a.flex_1, a.flex_grow]}>
|
||||||
<Text
|
<Text
|
||||||
style={[a.text_md]}
|
style={[a.text_md, a.leading_snug, t.atoms.text_contrast_high]}
|
||||||
numberOfLines={!showFull ? 6 : undefined}
|
numberOfLines={!showFull ? 6 : undefined}
|
||||||
emoji>
|
emoji>
|
||||||
{replyTo.text}
|
{replyTo.text}
|
||||||
|
|||||||
Reference in New Issue
Block a user