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( // 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,10 +468,16 @@ class _PrivacyToggleState extends ConsumerState<PrivacyToggle> {
const SizedBox( const SizedBox(
height: 10, height: 10,
), ),
SvgPicture.asset( (isSorbet)
? Image.asset(
Assets.png.personaIncognito(context),
width: 140,
height: 140,
)
: SvgPicture.asset(
Assets.svg.personaIncognito(context), Assets.svg.personaIncognito(context),
width: isDesktop ? 120 : 140, width: 140,
height: isDesktop ? 120 : 140, height: 140,
), ),
if (isDesktop) if (isDesktop)
const SizedBox( const SizedBox(