Wrap group chat names when appropriate (#10583)

This commit is contained in:
DS Boyce
2026-05-21 23:47:41 -07:00
committed by GitHub
parent 4c73b171d6
commit 53df5e62bb
@@ -90,15 +90,18 @@ export function MessagesListInfoPanel({
<View style={[a.align_center, a.justify_center]}> <View style={[a.align_center, a.justify_center]}>
<AvatarBubbles animate={true} profiles={convo.members} /> <AvatarBubbles animate={true} profiles={convo.members} />
{convo.details.name ? ( {convo.details.name ? (
<Text style={[a.text_2xl, a.font_bold, a.mt_lg, t.atoms.text]}> <Text
style={[a.text_2xl, a.font_bold, a.mt_lg, a.px_lg, t.atoms.text]}>
{convo.details.name} {convo.details.name}
</Text> </Text>
) : null} ) : null}
{names ? ( {names ? (
<Text <Text
style={[ style={[
a.text_sm, a.px_lg,
a.mt_xs, a.mt_xs,
a.text_center,
a.text_sm,
t.atoms.text_contrast_high, t.atoms.text_contrast_high,
showButtons ? null : a.mb_4xl, showButtons ? null : a.mb_4xl,
]}> ]}>