mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +00:00
asset image getter fix
This commit is contained in:
parent
3003c44005
commit
e857e28099
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ class _IntroViewState extends State<IntroView> {
|
|||
),
|
||||
child: Image(
|
||||
image: AssetImage(
|
||||
Assets.png.stack,
|
||||
Assets.png.stack(context),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
@ -31,7 +31,7 @@ class EmptyWallets extends StatelessWidget {
|
|||
),
|
||||
Image(
|
||||
image: AssetImage(
|
||||
Assets.png.stack,
|
||||
Assets.png.stack(context),
|
||||
),
|
||||
width: isDesktop ? 324 : MediaQuery.of(context).size.width / 3,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue