mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
adjust coin image size for mobile
This commit is contained in:
parent
ce98482705
commit
5477f041f8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class CoinImage extends ConsumerWidget {
|
|||
return isSorbet
|
||||
? SvgPicture.asset(
|
||||
Assets.svg.imageFor(coin: coin),
|
||||
width: isDesktop ? 324 : MediaQuery.of(context).size.width / 3,
|
||||
width: isDesktop ? 324 : MediaQuery.of(context).size.width / 2,
|
||||
)
|
||||
: Image(
|
||||
image: AssetImage(
|
||||
|
|
Loading…
Reference in a new issue