From e5bbb94218aa3a431d59d4fc263c2cbfe17014e6 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Fri, 20 Feb 2026 14:03:22 +0100 Subject: [PATCH] chore: update app.json --- mobile/app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/app.json b/mobile/app.json index bdf6538a..22928214 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -10,7 +10,7 @@ "splash": { "image": "./assets/splash-icon.png", "resizeMode": "contain", - "backgroundColor": "#ffffff" + "backgroundColor": "#000" }, "ios": { "supportsTablet": true, @@ -19,7 +19,7 @@ "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", - "backgroundColor": "#ffffff" + "backgroundColor": "#000" }, "edgeToEdgeEnabled": true, "predictiveBackGestureEnabled": false,