Revert "add background color option to AnimatedDialogButton"
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m5s
Pull Request Pipeline / lint (pull_request) Successful in 2m19s

This reverts commit 4019ed083f.
This commit is contained in:
2026-01-13 22:17:38 +01:00
parent 4019ed083f
commit db51990695
2 changed files with 5 additions and 15 deletions

View File

@@ -111,8 +111,7 @@ class _SettingsViewState extends State<SettingsView> {
),
AnimatedDialogButton(
onPressed: () => Navigator.of(context).pop(true),
child: Text(loc.delete, style: TextStyle(color: CustomTheme.textColor)),
backgroundColor: CustomTheme.secondaryColor,
child: Text(loc.delete, style: TextStyle(color: CustomTheme.secondaryColor)),
),
],
),