fix bg
This commit is contained in:
@@ -257,7 +257,7 @@ class StreamChatThemeData {
|
|||||||
primaryColor: colorTheme.white,
|
primaryColor: colorTheme.white,
|
||||||
primaryIconTheme: IconThemeData(color: colorTheme.black.withOpacity(.5)),
|
primaryIconTheme: IconThemeData(color: colorTheme.black.withOpacity(.5)),
|
||||||
defaultChannelImage: (context, channel) => SizedBox(),
|
defaultChannelImage: (context, channel) => SizedBox(),
|
||||||
backgroundColor: colorTheme.white,
|
backgroundColor: colorTheme.whiteSnow,
|
||||||
defaultUserImage: (context, user) => Center(
|
defaultUserImage: (context, user) => Center(
|
||||||
child: CachedNetworkImage(
|
child: CachedNetworkImage(
|
||||||
filterQuality: FilterQuality.high,
|
filterQuality: FilterQuality.high,
|
||||||
|
|||||||
Reference in New Issue
Block a user