chore: Follow up design
This commit is contained in:
parent
812a1c047e
commit
da857d6abe
4 changed files with 9 additions and 17 deletions
|
|
@ -256,10 +256,8 @@ class SettingsStyleView extends StatelessWidget {
|
|||
bottom: 12,
|
||||
),
|
||||
child: Material(
|
||||
color: accountConfig.wallpaperUrl == null
|
||||
? theme
|
||||
.colorScheme.surfaceContainerHighest
|
||||
: theme.colorScheme.surfaceBright,
|
||||
color:
|
||||
theme.colorScheme.surfaceContainerHigh,
|
||||
borderRadius: BorderRadius.circular(
|
||||
AppConfig.borderRadius,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue