fix appbar brightness in groupinfo

This commit is contained in:
Salvatore Giordano
2021-01-19 16:27:45 +01:00
parent 93897bcf27
commit 581185657e
@@ -77,6 +77,7 @@ class _GroupInfoScreenState extends State<GroupInfoScreen> {
return Scaffold(
backgroundColor: StreamChatTheme.of(context).colorTheme.whiteSnow,
appBar: AppBar(
brightness: Theme.of(context).brightness,
elevation: 1.0,
toolbarHeight: 56.0,
backgroundColor: StreamChatTheme.of(context).colorTheme.white,