oceanBreeze mobile persona-easy/incognito

This commit is contained in:
ryleedavis 2023-02-27 13:38:21 -07:00
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

View file

@ -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,