mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-26 00:58:50 +00:00
png fix
This commit is contained in:
parent
440235b6de
commit
cd1736ffa6
2 changed files with 2 additions and 6 deletions
lib/pages
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue