Make delete confirmation button red (#741)

This commit is contained in:
Imran Remtulla
2023-08-05 14:12:03 -04:00
parent 09fe7f3ecd
commit aeb0a5d8ea
2 changed files with 8 additions and 1 deletions

View File

@@ -892,6 +892,7 @@ class AppsProvider with ChangeNotifier {
context: context,
builder: (BuildContext ctx) {
return GeneratedFormModal(
primaryActionColour: Theme.of(context).colorScheme.error,
title: plural('removeAppQuestion', apps.length),
items: !showUninstallOption
? []