chore: Design adjustments
This commit is contained in:
parent
4453048285
commit
133e7ab955
4 changed files with 14 additions and 11 deletions
|
|
@ -282,15 +282,19 @@ class SettingsStyleView extends StatelessWidget {
|
|||
],
|
||||
),
|
||||
),
|
||||
Divider(
|
||||
color: theme.dividerColor,
|
||||
),
|
||||
ListTile(
|
||||
title: TextButton(
|
||||
title: TextButton.icon(
|
||||
style: TextButton.styleFrom(
|
||||
backgroundColor: theme.colorScheme.secondaryContainer,
|
||||
foregroundColor:
|
||||
theme.colorScheme.onSecondaryContainer,
|
||||
),
|
||||
onPressed: controller.setWallpaper,
|
||||
child: Text(L10n.of(context).setWallpaper),
|
||||
icon: const Icon(Icons.edit_outlined),
|
||||
label: Text(L10n.of(context).setWallpaper),
|
||||
),
|
||||
trailing: accountConfig.wallpaperUrl == null
|
||||
? null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue