mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-29 21:55:58 +00:00
fix monkey icon
This commit is contained in:
parent
ee5a97c2fb
commit
8ac085fe24
1 changed files with 4 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue