mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 10:34:32 +00:00
don't flash red on load
This commit is contained in:
parent
475490d4f0
commit
58c3bdbf2b
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ class _OrdinalImageGroup extends StatelessWidget {
|
|||
AspectRatio(
|
||||
aspectRatio: 1,
|
||||
child: Container(
|
||||
color: Colors.red,
|
||||
color: Colors.transparent,
|
||||
child: Image.network(
|
||||
ordinal.content, // Use the preview URL as the image source
|
||||
fit: BoxFit.cover,
|
||||
|
|
Loading…
Reference in a new issue