Fix info panel padding
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user