mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
fix grey button issue in backup restore
This commit is contained in:
parent
844590d10f
commit
a07cecfb10
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue