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

@ -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,
),