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(
|
||||
// height: 10,
|
||||
// ),
|
||||
(isSorbet || isOcean)
|
||||
(isSorbet)
|
||||
? Image.asset(
|
||||
Assets.png.personaEasy(context),
|
||||
width: 140,
|
||||
|
@ -468,11 +468,17 @@ class _PrivacyToggleState extends ConsumerState<PrivacyToggle> {
|
|||
const SizedBox(
|
||||
height: 10,
|
||||
),
|
||||
SvgPicture.asset(
|
||||
Assets.svg.personaIncognito(context),
|
||||
width: isDesktop ? 120 : 140,
|
||||
height: isDesktop ? 120 : 140,
|
||||
),
|
||||
(isSorbet)
|
||||
? Image.asset(
|
||||
Assets.png.personaIncognito(context),
|
||||
width: 140,
|
||||
height: 140,
|
||||
)
|
||||
: SvgPicture.asset(
|
||||
Assets.svg.personaIncognito(context),
|
||||
width: 140,
|
||||
height: 140,
|
||||
),
|
||||
if (isDesktop)
|
||||
const SizedBox(
|
||||
height: 12,
|
||||
|
|
Loading…
Reference in a new issue