Compare commits

...

2 Commits

Author SHA1 Message Date
Samuel Newman d8eaf9f3de increase line height 2026-05-21 17:07:56 +03:00
Samuel Newman 6e637d6d13 Fix info panel padding 2026-05-21 17:05:22 +03:00
@@ -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,8 @@ export function MessagesListInfoPanel({
a.text_sm,
a.mt_xs,
t.atoms.text_contrast_high,
a.text_center,
a.leading_snug,
showButtons ? null : a.mb_4xl,
]}>
{names}