From d794a40b4be70616d2db10f48d627e87238dac7c Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Wed, 30 Dec 2020 14:22:40 +0530 Subject: [PATCH] fix bg --- lib/src/stream_chat_theme.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,