minor design tweaks

This commit is contained in:
Christian Pauly 2020-02-07 19:44:16 +01:00
commit e0893d3bfc
6 changed files with 17 additions and 12 deletions

View file

@ -253,6 +253,7 @@ class _ChatState extends State<_Chat> {
),
actions: <Widget>[ChatSettingsPopupMenu(room, !room.isDirectChat)],
),
backgroundColor: Theme.of(context).secondaryHeaderColor,
body: SafeArea(
child: Column(
children: <Widget>[