We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b2bb2 commit ac6d7d8Copy full SHA for ac6d7d8
package/src/components/ChannelPreview/ChannelPreviewMessenger.tsx
@@ -111,7 +111,7 @@ const ChannelPreviewMessengerWithContext = (props: ChannelPreviewMessengerPropsW
111
]}
112
testID='channel-preview-button'
113
>
114
- <PreviewAvatar channel={channel} />
+ <PreviewAvatar channel={channel} size='xl' />
115
<View
116
style={[styles.contentContainer, contentContainer]}
117
testID={`channel-preview-content-${channel.id}`}
0 commit comments