fix attachment background color

This commit is contained in:
Salvatore Giordano
2020-04-08 12:04:55 +02:00
parent 4cb1bd95a2
commit 9592121cd6
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class MyApp extends StatelessWidget {
return MaterialApp(
theme: ThemeData.light(),
darkTheme: ThemeData.dark(),
themeMode: ThemeMode.system,
themeMode: ThemeMode.dark,
home: Container(
child: StreamChat(
client: client,