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": {
|
||||
"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": [
|
||||
|
|
|
|||
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