mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
fix: wallet nav bar swap icon
This commit is contained in:
parent
127564f2ac
commit
100b3085eb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class ExchangeNavIcon extends ConsumerWidget {
|
|||
File(
|
||||
ref.watch(
|
||||
themeProvider.select(
|
||||
(value) => value.assets.buy,
|
||||
(value) => value.assets.exchange,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue