mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
icons same color as text
This commit is contained in:
parent
3b2260aab2
commit
f81b71ba9e
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ class _ProgressItem extends StatelessWidget {
|
||||||
iconAsset,
|
iconAsset,
|
||||||
width: 18,
|
width: 18,
|
||||||
height: 18,
|
height: 18,
|
||||||
|
color: Theme.of(context).extension<StackColors>()!.textDark,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue