chore: Follow up design
This commit is contained in:
parent
812a1c047e
commit
da857d6abe
4 changed files with 9 additions and 17 deletions
|
|
@ -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),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue