fix pfp size in message header

This commit is contained in:
Samuel Newman
2026-06-14 16:58:12 +03:00
parent c2458797a4
commit 7edb6724de
+1 -1
View File
@@ -176,7 +176,7 @@ function GroupHeaderReady({
},
}
}>
<AvatarBubbles size={40} profiles={convo.members} />
<AvatarBubbles size={PFP_SIZE} profiles={convo.members} />
<View style={[a.flex_row, a.flex_1, a.align_center]}>
<Text
style={[a.text_lg, a.font_semi_bold, a.flex_shrink]}