chore: Polish chat bubble colors
This commit is contained in:
parent
8ba46a3533
commit
45299a741f
4 changed files with 55 additions and 33 deletions
|
|
@ -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),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue