Restore improved collection icons
This commit is contained in:
parent
d4352834f0
commit
aa6fd4a300
@ -32,7 +32,9 @@ class _CollectionTile extends StatelessWidget {
|
|||||||
heightFactor: 0.66,
|
heightFactor: 0.66,
|
||||||
child: Image(
|
child: Image(
|
||||||
image: collectible.icon,
|
image: collectible.icon,
|
||||||
color: $styles.colors.greyStrong,
|
color: $styles.colors.black,
|
||||||
|
colorBlendMode: BlendMode.color,
|
||||||
|
opacity: AlwaysStoppedAnimation(0.2),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user