fix monkey icon

This commit is contained in:
ryleedavis 2023-07-21 18:01:38 -06:00
parent ee5a97c2fb
commit 8ac085fe24

View file

@ -938,7 +938,10 @@ class _WalletViewState extends ConsumerState<WalletView> {
),
))
WalletNavigationBarItemData(
icon: SvgPicture.asset(Assets.svg.monkey),
icon: SvgPicture.asset(Assets.svg.monkey,
height: 20,
width: 20,
color: Theme.of(context).extension<StackColors>()!.bottomNavIconIcon,),
label: "MonKey",
onTap: () {
Navigator.of(context).pushNamed(