Skip to content

Commit ac6d7d8

Browse files
committed
fix: default value for channel avatar
1 parent 19b2bb2 commit ac6d7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/components/ChannelPreview/ChannelPreviewMessenger.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const ChannelPreviewMessengerWithContext = (props: ChannelPreviewMessengerPropsW
111111
]}
112112
testID='channel-preview-button'
113113
>
114-
<PreviewAvatar channel={channel} />
114+
<PreviewAvatar channel={channel} size='xl' />
115115
<View
116116
style={[styles.contentContainer, contentContainer]}
117117
testID={`channel-preview-content-${channel.id}`}

0 commit comments

Comments
 (0)