fix grey button issue in backup restore

This commit is contained in:
Marco 2022-10-24 16:43:41 -06:00
parent 844590d10f
commit a07cecfb10

View file

@ -445,7 +445,7 @@ class _StackRestoreProgressViewState
},
style: Theme.of(context)
.extension<StackColors>()!
.getSecondaryEnabledButtonColor(context),
.getPrimaryEnabledButtonColor(context),
child: Text(
_success ? "OK" : "Cancel restore process",
style: STextStyles.button(context).copyWith(