Restore improved collection icons

This commit is contained in:
Shawn 2022-10-03 19:34:40 -06:00
parent d4352834f0
commit aa6fd4a300

View File

@ -32,7 +32,9 @@ class _CollectionTile extends StatelessWidget {
heightFactor: 0.66,
child: Image(
image: collectible.icon,
color: $styles.colors.greyStrong,
color: $styles.colors.black,
colorBlendMode: BlendMode.color,
opacity: AlwaysStoppedAnimation(0.2),
),
),
),