This commit is contained in:
Salvatore Giordano
2020-12-31 09:57:21 +01:00
parent db932d4e32
commit a8171f7314
5 changed files with 11 additions and 8 deletions
+1
View File
@@ -121,6 +121,7 @@ class _NewChatScreenState extends State<NewChatScreen> {
return Scaffold(
backgroundColor: StreamChatTheme.of(context).colorTheme.whiteSnow,
appBar: AppBar(
brightness: Theme.of(context).brightness,
elevation: 0,
backgroundColor: StreamChatTheme.of(context).colorTheme.white,
leading: const StreamBackButton(),