mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-21 22:58:49 +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)
|
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(
|
||||||
|
|
Loading…
Reference in a new issue