mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-18 08:34:31 +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,10 +468,16 @@ class _PrivacyToggleState extends ConsumerState<PrivacyToggle> {
|
|||
const SizedBox(
|
||||
height: 10,
|
||||
),
|
||||
SvgPicture.asset(
|
||||
(isSorbet)
|
||||
? Image.asset(
|
||||
Assets.png.personaIncognito(context),
|
||||
width: 140,
|
||||
height: 140,
|
||||
)
|
||||
: SvgPicture.asset(
|
||||
Assets.svg.personaIncognito(context),
|
||||
width: isDesktop ? 120 : 140,
|
||||
height: isDesktop ? 120 : 140,
|
||||
width: 140,
|
||||
height: 140,
|
||||
),
|
||||
if (isDesktop)
|
||||
const SizedBox(
|
||||
|
|
Loading…
Reference in a new issue