mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-21 22:58:49 +00:00
frozen color
This commit is contained in:
parent
4c75836b4f
commit
16d18dd21f
1 changed files with 1 additions and 3 deletions
|
@ -163,9 +163,7 @@ class _UtxoDetailsViewState extends ConsumerState<UtxoDetailsView> {
|
||||||
: "Unconfirmed",
|
: "Unconfirmed",
|
||||||
style: STextStyles.w500_14(context).copyWith(
|
style: STextStyles.w500_14(context).copyWith(
|
||||||
color: utxo!.isBlocked
|
color: utxo!.isBlocked
|
||||||
? Theme.of(context)
|
? const Color(0xFF7FA2D4) // todo theme
|
||||||
.extension<StackColors>()!
|
|
||||||
.accentColorBlue
|
|
||||||
: confirmed
|
: confirmed
|
||||||
? Theme.of(context)
|
? Theme.of(context)
|
||||||
.extension<StackColors>()!
|
.extension<StackColors>()!
|
||||||
|
|
Loading…
Reference in a new issue