mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-22 15:19:11 +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(
|
const SizedBox(
|
||||||
width: 15,
|
width: 15,
|
||||||
),
|
),
|
||||||
|
SvgPicture.asset(Assets.svg.monkey),
|
||||||
|
const SizedBox(
|
||||||
|
width: 12,
|
||||||
|
),
|
||||||
Text(
|
Text(
|
||||||
"MonKey",
|
"MonKey",
|
||||||
style: STextStyles.navBarTitle(context),
|
style: STextStyles.navBarTitle(context),
|
||||||
|
|
Loading…
Reference in a new issue