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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB