design: Minor design refactoring

This commit is contained in:
Christian Pauly 2021-05-16 11:29:18 +02:00
commit 6bcf349813
3 changed files with 3 additions and 9 deletions

View file

@ -511,7 +511,7 @@ class ChatUI extends StatelessWidget {
controller.room.membership == Membership.join
? Container(
decoration: BoxDecoration(
color: Theme.of(context).backgroundColor,
color: Theme.of(context).scaffoldBackgroundColor,
),
child: Row(
crossAxisAlignment: CrossAxisAlignment.end,