Fix info panel padding

This commit is contained in:
Samuel Newman
2026-05-21 17:05:22 +03:00
parent 1b546c54db
commit 6e637d6d13
@@ -87,10 +87,10 @@ export function MessagesListInfoPanel({
return (
<>
<View style={[a.align_center, a.justify_center]}>
<View style={[a.align_center, a.justify_center, a.px_xl]}>
<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.text_center]}>
{convo.details.name}
</Text>
) : null}
@@ -100,6 +100,7 @@ export function MessagesListInfoPanel({
a.text_sm,
a.mt_xs,
t.atoms.text_contrast_high,
a.text_center,
showButtons ? null : a.mb_4xl,
]}>
{names}