mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
persona-easy and incognito for forest
This commit is contained in:
parent
d5847ae25e
commit
f59f9156bd
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 1.6 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 78 KiB |
|
@ -356,7 +356,7 @@ class _PrivacyToggleState extends ConsumerState<PrivacyToggle> {
|
||||||
// // Assets.png.personaEasy,
|
// // Assets.png.personaEasy,
|
||||||
// ),
|
// ),
|
||||||
SvgPicture.asset(
|
SvgPicture.asset(
|
||||||
Assets.svg.personaEasy,
|
Assets.svg.personaEasy(context),
|
||||||
width: isDesktop ? 120 : 140,
|
width: isDesktop ? 120 : 140,
|
||||||
height: isDesktop ? 120 : 140,
|
height: isDesktop ? 120 : 140,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue