mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-05 08:14:26 +00:00
stack.svg added to themes
This commit is contained in:
parent
372782346d
commit
f5b7887469
7 changed files with 334 additions and 1320 deletions
Binary file not shown.
Before ![]() (image error) Size: 677 KiB |
File diff suppressed because one or more lines are too long
Before (image error) Size: 59 KiB After (image error) Size: 68 KiB |
Binary file not shown.
Before ![]() (image error) Size: 677 KiB |
File diff suppressed because one or more lines are too long
Before (image error) Size: 59 KiB After (image error) Size: 68 KiB |
Binary file not shown.
Before ![]() (image error) Size: 677 KiB |
File diff suppressed because one or more lines are too long
Before (image error) Size: 59 KiB After (image error) Size: 68 KiB |
|
@ -38,21 +38,10 @@ class EmptyWallets extends ConsumerWidget {
|
|||
const Spacer(
|
||||
flex: 2,
|
||||
),
|
||||
(isSorbet || isForest || isOcean)
|
||||
? SvgPicture.asset(
|
||||
Assets.svg.stack(context),
|
||||
width: isDesktop
|
||||
? 324
|
||||
: MediaQuery.of(context).size.width / 3,
|
||||
)
|
||||
: Image(
|
||||
image: AssetImage(
|
||||
Assets.png.stack(context),
|
||||
),
|
||||
width: isDesktop
|
||||
? 324
|
||||
: MediaQuery.of(context).size.width / 3,
|
||||
),
|
||||
SvgPicture.asset(
|
||||
Assets.svg.stack(context),
|
||||
width: isDesktop ? 324 : MediaQuery.of(context).size.width / 3,
|
||||
),
|
||||
SizedBox(
|
||||
height: isDesktop ? 30 : 16,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue