diff --git a/packages/stream_chat_flutter/lib/src/bottom_sheets/stream_channel_info_bottom_sheet.dart b/packages/stream_chat_flutter/lib/src/bottom_sheets/stream_channel_info_bottom_sheet.dart index 6e6aa0976..042f0f840 100644 --- a/packages/stream_chat_flutter/lib/src/bottom_sheets/stream_channel_info_bottom_sheet.dart +++ b/packages/stream_chat_flutter/lib/src/bottom_sheets/stream_channel_info_bottom_sheet.dart @@ -157,7 +157,7 @@ class StreamChannelInfoBottomSheet extends StatelessWidget { leading: Padding( padding: const EdgeInsets.symmetric(horizontal: 16), child: Icon( - context.streamIcons.crossSmall, + context.streamIcons.crossMedium, color: colorTheme.textLowEmphasis, ), ),