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) style: Theme.of(context)
.extension<StackColors>()! .extension<StackColors>()!
.getSecondaryEnabledButtonColor(context), .getPrimaryEnabledButtonColor(context),
child: Text( child: Text(
_success ? "OK" : "Cancel restore process", _success ? "OK" : "Cancel restore process",
style: STextStyles.button(context).copyWith( style: STextStyles.button(context).copyWith(