mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-29 21:55:58 +00:00
dark desktop icon color fix
This commit is contained in:
parent
944bee890e
commit
2d643d1987
1 changed files with 3 additions and 0 deletions
|
@ -257,6 +257,9 @@ class _NewWalletRecoveryPhraseViewState
|
|||
Assets.svg.copy,
|
||||
width: 20,
|
||||
height: 20,
|
||||
color: Theme.of(context)
|
||||
.extension<StackColors>()!
|
||||
.buttonTextSecondary,
|
||||
),
|
||||
const SizedBox(
|
||||
width: 10,
|
||||
|
|
Loading…
Reference in a new issue