mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-03 17:29:23 +00:00
oceanBreeze mobile persona-easy/incognito
This commit is contained in:
parent
d33cc34970
commit
7b88a7e6d0
2 changed files with 39 additions and 33 deletions
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
|
@ -357,7 +357,7 @@ class _PrivacyToggleState extends ConsumerState<PrivacyToggle> {
|
||||||
// const SizedBox(
|
// const SizedBox(
|
||||||
// height: 10,
|
// height: 10,
|
||||||
// ),
|
// ),
|
||||||
(isSorbet || isOcean)
|
(isSorbet)
|
||||||
? Image.asset(
|
? Image.asset(
|
||||||
Assets.png.personaEasy(context),
|
Assets.png.personaEasy(context),
|
||||||
width: 140,
|
width: 140,
|
||||||
|
@ -468,11 +468,17 @@ class _PrivacyToggleState extends ConsumerState<PrivacyToggle> {
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 10,
|
height: 10,
|
||||||
),
|
),
|
||||||
SvgPicture.asset(
|
(isSorbet)
|
||||||
Assets.svg.personaIncognito(context),
|
? Image.asset(
|
||||||
width: isDesktop ? 120 : 140,
|
Assets.png.personaIncognito(context),
|
||||||
height: isDesktop ? 120 : 140,
|
width: 140,
|
||||||
),
|
height: 140,
|
||||||
|
)
|
||||||
|
: SvgPicture.asset(
|
||||||
|
Assets.svg.personaIncognito(context),
|
||||||
|
width: 140,
|
||||||
|
height: 140,
|
||||||
|
),
|
||||||
if (isDesktop)
|
if (isDesktop)
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 12,
|
height: 12,
|
||||||
|
|
Loading…
Reference in a new issue