chore: fix linter warnings

This commit is contained in:
Gordon Hayes
2021-10-12 12:04:06 +02:00
parent cb2d7df46f
commit ca3515618b
9 changed files with 17 additions and 16 deletions
+2 -1
View File
@@ -40,7 +40,8 @@ class MyApp extends StatelessWidget {
streamChatThemeData:
StreamChatThemeData.fromTheme(Theme.of(context)).copyWith(
ownMessageTheme: MessageThemeData(
messageBackgroundColor: Theme.of(context).accentColor,
messageBackgroundColor:
Theme.of(context).colorScheme.secondary,
messageTextStyle: TextStyle(color: Colors.white),
),
),