mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +00:00
Merge remote-tracking branch 'origin/ui-fixes' into add-ethereum
This commit is contained in:
commit
c34721c98c
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(
|
||||
flex: 2,
|
||||
),
|
||||
(isSorbet || isForest)
|
||||
(isSorbet || isForest || isOcean)
|
||||
? SvgPicture.asset(
|
||||
Assets.svg.stack(context),
|
||||
width: isDesktop
|
||||
|
|
|
@ -320,6 +320,9 @@ flutter:
|
|||
# oled black theme coin
|
||||
- assets/images/oledBlack/
|
||||
|
||||
# ocean breeze theme coin
|
||||
- assets/images/oceanBreeze/
|
||||
|
||||
# fruit sorbet theme coin
|
||||
- assets/images/fruitSorbet/
|
||||
|
||||
|
|
Loading…
Reference in a new issue