Revert changes to collectible icons due to rendering issues w/ impeller
This commit is contained in:
parent
d5f9da01b4
commit
58c95f10d9
@ -32,9 +32,7 @@ class _CollectionTile extends StatelessWidget {
|
|||||||
heightFactor: 0.66,
|
heightFactor: 0.66,
|
||||||
child: Image(
|
child: Image(
|
||||||
image: collectible.icon,
|
image: collectible.icon,
|
||||||
color: $styles.colors.black,
|
color: $styles.colors.greyStrong,
|
||||||
colorBlendMode: BlendMode.color,
|
|
||||||
opacity: AlwaysStoppedAnimation(0.2),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: wonders
|
name: wonders
|
||||||
description: Explore the famous wonders of the world.
|
description: Explore the famous wonders of the world.
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
version: 1.9.5
|
version: 1.9.6
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.16.0 <3.0.0"
|
sdk: ">=2.16.0 <3.0.0"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 1.9.5
|
# 1.9.6
|
||||||
- Improved a11y for Home Screen and Artifact Carousel
|
- Improved a11y for Home Screen and Artifact Carousel
|
||||||
- Polished collection icons
|
- Polished collection icons
|
||||||
- Added hero support to fullscreen Artifact Details
|
- Added hero support to fullscreen Artifact Details
|
||||||
|
Loading…
x
Reference in New Issue
Block a user