From cd02aec11505d85f81392d20bcd7c6ea8dd717b9 Mon Sep 17 00:00:00 2001 From: Rene Floor Date: Thu, 19 Mar 2026 11:20:56 +0100 Subject: [PATCH] fix crossSmall to medium --- .../lib/src/bottom_sheets/stream_channel_info_bottom_sheet.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ), ),