diff --git a/lib/src/stream_chat_theme.dart b/lib/src/stream_chat_theme.dart index 2b6a74ae..407a4fcd 100644 --- a/lib/src/stream_chat_theme.dart +++ b/lib/src/stream_chat_theme.dart @@ -257,7 +257,7 @@ class StreamChatThemeData { primaryColor: colorTheme.white, primaryIconTheme: IconThemeData(color: colorTheme.black.withOpacity(.5)), defaultChannelImage: (context, channel) => SizedBox(), - backgroundColor: colorTheme.white, + backgroundColor: colorTheme.whiteSnow, defaultUserImage: (context, user) => Center( child: CachedNetworkImage( filterQuality: FilterQuality.high,