mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-05-04 11:52:19 +00:00
stack.svg added to themes
This commit is contained in:
parent
7a958696d0
commit
e7a52bdae2
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(
|
const Spacer(
|
||||||
flex: 2,
|
flex: 2,
|
||||||
),
|
),
|
||||||
(isSorbet || isForest || isOcean)
|
SvgPicture.asset(
|
||||||
? SvgPicture.asset(
|
Assets.svg.stack(context),
|
||||||
Assets.svg.stack(context),
|
width: isDesktop ? 324 : MediaQuery.of(context).size.width / 3,
|
||||||
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,
|
|
||||||
),
|
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: isDesktop ? 30 : 16,
|
height: isDesktop ? 30 : 16,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue