Clean up design

This commit is contained in:
Christian Pauly 2020-06-20 11:35:54 +02:00
commit 48b2f702ad
5 changed files with 14 additions and 12 deletions

View file

@ -347,7 +347,7 @@ class _ChatState extends State<_Chat> {
return Scaffold(
extendBodyBehindAppBar: true,
appBar: AppBar(
backgroundColor: Theme.of(context).appBarTheme.color.withOpacity(0.9),
backgroundColor: Theme.of(context).appBarTheme.color.withOpacity(0.95),
leading: selectMode
? IconButton(
icon: Icon(Icons.close),