fix(app): update splash and adaptive icon background color to white

This commit is contained in:
Yanis 2026-05-01 14:05:53 +02:00
parent ddf0464d35
commit 30476a3c7e
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
"splash": { "splash": {
"image": "./src/assets/images/splash.png", "image": "./src/assets/images/splash.png",
"resizeMode": "contain", "resizeMode": "contain",
"backgroundColor": "#2D6A4F" "backgroundColor": "#ffffff"
}, },
"ios": { "ios": {
"supportsTablet": true, "supportsTablet": true,
@ -24,7 +24,7 @@
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./src/assets/images/adaptive-icon.png", "foregroundImage": "./src/assets/images/adaptive-icon.png",
"backgroundColor": "#2D6A4F" "backgroundColor": "#ffffff"
}, },
"package": "com.vineye.app", "package": "com.vineye.app",
"permissions": [ "permissions": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB