This commit is contained in:
julian 2023-06-07 16:05:49 -06:00
parent 440235b6de
commit cd1736ffa6
2 changed files with 2 additions and 6 deletions
lib/pages
wallet_view/sub_widgets
wallets_view/sub_widgets

View file

@ -64,12 +64,10 @@ class WalletSummary extends ConsumerWidget {
child: Stack(
children: [
if (hasCardImageBg)
SvgPicture.file(
Image.file(
File(
ref.watch(coinCardProvider(coin))!,
),
height: 24,
width: 24,
),
if (!hasCardImageBg)
Consumer(

View file

@ -151,12 +151,10 @@ class _FavoriteCardState extends ConsumerState<FavoriteCard> {
background: Stack(
children: [
if (hasCardImageBg)
SvgPicture.file(
Image.file(
File(
ref.watch(coinCardProvider(coin))!,
),
height: 24,
width: 24,
),
if (!hasCardImageBg)
Container(