chore: set MessageSeachListView bg color via theme and stop setting scaffold bg color

New classes:
* MessageSearchListViewTheme
* MessageSearchListViewThemeData
This commit is contained in:
groovinchip
2021-07-19 14:20:22 -04:00
parent 674fc83e62
commit e25db48a07
3 changed files with 180 additions and 55 deletions
@@ -102,7 +102,6 @@ class StreamChatState extends State<StreamChat> {
data: materialTheme.copyWith(
primaryIconTheme: streamTheme.primaryIconTheme,
accentColor: streamTheme.colorTheme.accentPrimary,
scaffoldBackgroundColor: streamTheme.colorTheme.barsBg,
),
child: StreamChatCore(
client: client,