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