From c165dfed677b6494ec2a367e3f08ee2f451c67a3 Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Thu, 24 Mar 2022 23:01:41 +0530 Subject: [PATCH 1/2] Fix archive icon color --- lib/ui/thumbnail_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/thumbnail_widget.dart b/lib/ui/thumbnail_widget.dart index 429d94a1f..05af3e1a4 100644 --- a/lib/ui/thumbnail_widget.dart +++ b/lib/ui/thumbnail_widget.dart @@ -82,7 +82,7 @@ class _ThumbnailWidgetState extends State { padding: const EdgeInsets.only(right: 8, bottom: 8), child: Icon( Icons.archive_outlined, - size: 42, + size: 24, color: Colors.white.withOpacity(0.9), ), ), From b391f267c438515053f539a67adf298a0692cca0 Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Thu, 24 Mar 2022 23:01:54 +0530 Subject: [PATCH 2/2] v0.5.12 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8ae55ae7f..f758a6c46 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: ente photos application # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.5.11+291 +version: 0.5.12+292 environment: sdk: ">=2.10.0 <3.0.0"