fix: wallet nav bar swap icon

This commit is contained in:
julian 2023-05-15 08:34:30 -06:00
parent 127564f2ac
commit 100b3085eb

View file

@ -14,7 +14,7 @@ class ExchangeNavIcon extends ConsumerWidget {
File( File(
ref.watch( ref.watch(
themeProvider.select( themeProvider.select(
(value) => value.assets.buy, (value) => value.assets.exchange,
), ),
), ),
), ),