adjust coin image size for mobile

This commit is contained in:
ryleedavis 2023-02-14 14:30:18 -07:00
parent ce98482705
commit 5477f041f8

View file

@ -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(