From 58c95f10d9ccf6344c2bcc06d1d2711370f7eb5d Mon Sep 17 00:00:00 2001 From: Shawn Date: Wed, 21 Sep 2022 00:51:49 -0600 Subject: [PATCH] Revert changes to collectible icons due to rendering issues w/ impeller --- lib/ui/screens/collection/widgets/_collection_tile.dart | 4 +--- pubspec.yaml | 2 +- release_notes.txt | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/ui/screens/collection/widgets/_collection_tile.dart b/lib/ui/screens/collection/widgets/_collection_tile.dart index 498a79ef..047f3c70 100644 --- a/lib/ui/screens/collection/widgets/_collection_tile.dart +++ b/lib/ui/screens/collection/widgets/_collection_tile.dart @@ -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, ), ), ), diff --git a/pubspec.yaml b/pubspec.yaml index f6547b2b..746bcbb2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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" diff --git a/release_notes.txt b/release_notes.txt index 55414a07..a1157ec2 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -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