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,
|
||||
child: Image(
|
||||
image: collectible.icon,
|
||||
color: $styles.colors.black,
|
||||
colorBlendMode: BlendMode.color,
|
||||
opacity: AlwaysStoppedAnimation(0.2),
|
||||
color: $styles.colors.greyStrong,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: wonders
|
||||
description: Explore the famous wonders of the world.
|
||||
publish_to: "none"
|
||||
version: 1.9.5
|
||||
version: 1.9.6
|
||||
|
||||
environment:
|
||||
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
|
||||
- Polished collection icons
|
||||
- Added hero support to fullscreen Artifact Details
|
||||
|
Loading…
x
Reference in New Issue
Block a user