chore: Polish chat bubble colors

This commit is contained in:
krille-chan 2024-11-03 08:59:05 +01:00
commit 45299a741f
No known key found for this signature in database
4 changed files with 55 additions and 33 deletions

View file

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