From 100b3085eb2463498b40c23ebe1ca8385fa3f52c Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 15 May 2023 08:34:30 -0600 Subject: [PATCH] fix: wallet nav bar swap icon --- .../components/icons/exchange_nav_icon.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/wallet_navigation_bar/components/icons/exchange_nav_icon.dart b/lib/widgets/wallet_navigation_bar/components/icons/exchange_nav_icon.dart index bf635fc90..223703334 100644 --- a/lib/widgets/wallet_navigation_bar/components/icons/exchange_nav_icon.dart +++ b/lib/widgets/wallet_navigation_bar/components/icons/exchange_nav_icon.dart @@ -14,7 +14,7 @@ class ExchangeNavIcon extends ConsumerWidget { File( ref.watch( themeProvider.select( - (value) => value.assets.buy, + (value) => value.assets.exchange, ), ), ),