mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
monkey icon in app bar
This commit is contained in:
parent
4e9ba50572
commit
39882b0d46
1 changed files with 4 additions and 0 deletions
|
@ -232,6 +232,10 @@ class _MonkeyViewState extends ConsumerState<MonkeyView> {
|
|||
const SizedBox(
|
||||
width: 15,
|
||||
),
|
||||
SvgPicture.asset(Assets.svg.monkey),
|
||||
const SizedBox(
|
||||
width: 12,
|
||||
),
|
||||
Text(
|
||||
"MonKey",
|
||||
style: STextStyles.navBarTitle(context),
|
||||
|
|
Loading…
Reference in a new issue