fix(app): update splash and adaptive icon background color to white
This commit is contained in:
parent
ddf0464d35
commit
30476a3c7e
|
|
@ -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": [
|
||||||
|
|
|
||||||
BIN
VinEye/src/assets/images/adaptive-icon.png.bak
Normal file
BIN
VinEye/src/assets/images/adaptive-icon.png.bak
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
Loading…
Reference in a new issue