Revert "add background color option to AnimatedDialogButton"
This reverts commit 4019ed083f.
This commit is contained in:
@@ -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)),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user