From e20ea54690060eac0ae42a824444a09baa1eaf2d Mon Sep 17 00:00:00 2001 From: Manuel Gonzalez Garcia <48419793+mgonzalezg9@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:51:02 +0200 Subject: [PATCH] Change Android icon color to light grey (#33) --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index d573cbd..f258b8c 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Sweather", "slug": "Sweather", - "version": "1.0.0", + "version": "1.0.1", "orientation": "portrait", "icon": "./src/assets/images/icon.png", "scheme": "myapp", @@ -24,7 +24,7 @@ "android": { "adaptiveIcon": { "foregroundImage": "./src/assets/images/adaptive-icon.png", - "backgroundColor": "#ffffff" + "backgroundColor": "#d1d1d1" }, "package": "com.mgonzalezg9.Sweather" },