fix pfp size in message header
This commit is contained in:
@@ -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]}>
|
<View style={[a.flex_row, a.flex_1, a.align_center]}>
|
||||||
<Text
|
<Text
|
||||||
style={[a.text_lg, a.font_semi_bold, a.flex_shrink]}
|
style={[a.text_lg, a.font_semi_bold, a.flex_shrink]}
|
||||||
|
|||||||
Reference in New Issue
Block a user