design: Minor color changes

This commit is contained in:
Krille Fear 2021-11-22 19:16:43 +01:00
commit 42d5c1a497
2 changed files with 2 additions and 2 deletions

View file

@ -331,7 +331,7 @@ class ChatView extends StatelessWidget {
.secondaryHeaderColor
.withAlpha(100),
clipBehavior: Clip.hardEdge,
color: Theme.of(context).backgroundColor,
color: Theme.of(context).appBarTheme.backgroundColor,
child: SafeArea(
child: Column(
mainAxisSize: MainAxisSize.min,