don't flash red on load

This commit is contained in:
sneurlax 2023-07-22 21:50:29 -05:00
parent 475490d4f0
commit 58c3bdbf2b

View file

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