oceanBreeze persona-easy/incognito

This commit is contained in:
ryleedavis 2023-02-27 13:32:50 -07:00
parent 3b852f1cb5
commit d33cc34970
6 changed files with 369 additions and 378 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 50 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 1.9 MiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 1.9 MiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 3.6 MiB

View file

@ -21,6 +21,8 @@ class EmptyWallets extends ConsumerWidget {
ThemeType.fruitSorbet;
final bool isForest =
ref.read(colorThemeProvider.state).state.themeType == ThemeType.forest;
final bool isOcean = ref.read(colorThemeProvider.state).state.themeType ==
ThemeType.oceanBreeze;
return SafeArea(
child: Padding(

View file

@ -273,7 +273,7 @@ class _PrivacyToggleState extends ConsumerState<PrivacyToggle> {
const SizedBox(
height: 10,
),
(isSorbet || isOcean)
(isSorbet)
? Image.asset(
Assets.png.personaEasy(context),
width: 120,
@ -385,7 +385,7 @@ class _PrivacyToggleState extends ConsumerState<PrivacyToggle> {
const SizedBox(
height: 10,
),
(isSorbet || isOcean)
(isSorbet)
? Image.asset(
Assets.png.personaIncognito(context),
width: 120,