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]}>
<AvatarBubbles animate={true} profiles={convo.members} />
{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}
</Text>
) : null}
{names ? (
<Text
style={[
a.text_sm,
a.px_lg,
a.mt_xs,
a.text_center,
a.text_sm,
t.atoms.text_contrast_high,
showButtons ? null : a.mb_4xl,
]}>