From 0c6469f272e685f21f02b880a985ad367953131a Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 28 Oct 2025 09:26:52 +0200 Subject: [PATCH] Change adaptive icon background color (#9286) --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index 5cba79ad0c..cce365b8f9 100644 --- a/app.config.js +++ b/app.config.js @@ -176,7 +176,7 @@ module.exports = function (_config) { foregroundImage: './assets/icon-android-foreground.png', monochromeImage: './assets/icon-android-foreground.png', backgroundImage: './assets/icon-android-background.png', - backgroundColor: '#1185FE', + backgroundColor: '#006AFF', }, googleServicesFile: './google-services.json', package: 'xyz.blueskyweb.app',