mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-09 12:19:24 +00:00
fix ocean stack.svg + add ocean theme to pubspec.yaml
This commit is contained in:
parent
0d6bb23e9f
commit
cc809956a8
4 changed files with 63 additions and 60 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 677 KiB |
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 |
|
@ -38,7 +38,7 @@ class EmptyWallets extends ConsumerWidget {
|
||||||
const Spacer(
|
const Spacer(
|
||||||
flex: 2,
|
flex: 2,
|
||||||
),
|
),
|
||||||
(isSorbet || isForest)
|
(isSorbet || isForest || isOcean)
|
||||||
? SvgPicture.asset(
|
? SvgPicture.asset(
|
||||||
Assets.svg.stack(context),
|
Assets.svg.stack(context),
|
||||||
width: isDesktop
|
width: isDesktop
|
||||||
|
|
|
@ -312,6 +312,9 @@ flutter:
|
||||||
# oled black theme coin
|
# oled black theme coin
|
||||||
- assets/images/oledBlack/
|
- assets/images/oledBlack/
|
||||||
|
|
||||||
|
# ocean breeze theme coin
|
||||||
|
- assets/images/oceanBreeze/
|
||||||
|
|
||||||
# fruit sorbet theme coin
|
# fruit sorbet theme coin
|
||||||
- assets/images/fruitSorbet/
|
- assets/images/fruitSorbet/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue