chore: Follow up design

This commit is contained in:
krille-chan 2024-11-03 12:51:22 +01:00
commit da857d6abe
No known key found for this signature in database
4 changed files with 9 additions and 17 deletions

View file

@ -304,9 +304,7 @@ class ChatView extends StatelessWidget {
alignment: Alignment.center,
child: Material(
clipBehavior: Clip.hardEdge,
color: accountConfig.wallpaperUrl != null
? theme.colorScheme.surfaceBright
: theme.colorScheme.surfaceContainerHigh,
color: theme.colorScheme.surfaceContainerHigh,
borderRadius: const BorderRadius.all(
Radius.circular(24),
),