fix: splash screen background color

This commit is contained in:
Fredrik Burmester
2024-08-12 19:26:39 +02:00
parent 89a992e7c1
commit 6b69250ecb

View File

@@ -10,7 +10,7 @@
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
"backgroundColor": "#29164B"
},
"jsEngine": "hermes",
"assetBundlePatterns": ["**/*"],