Remove dark mode configuration from splash screen settings in app.json

This commit is contained in:
Mekan1206
2025-09-11 12:12:56 +05:00
parent 66f5271640
commit 61bcb6aa3f

View File

@@ -38,10 +38,6 @@
{
"backgroundColor": "#17b69b",
"image": "./assets/splash-icon.png",
"dark": {
"image": "./assets/splash-icon.png",
"backgroundColor": "#232323"
},
"imageWidth": 200
}
]