Change adaptive icon background color (#9286)

This commit is contained in:
Samuel Newman
2025-10-28 09:26:52 +02:00
committed by GitHub
parent b98350f927
commit 0c6469f272
+1 -1
View File
@@ -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',