From 2d4d3f5b1bf1d1fad170a7e3ecf1932b730895f1 Mon Sep 17 00:00:00 2001 From: Chris <182387676+whoopsi-daisy@users.noreply.github.com> Date: Sat, 20 Sep 2025 14:38:19 +0200 Subject: [PATCH] Update splash screen background from gray to off-black Changing splash screen background color from a medium gray (#2E2E2E( to an "off-black" (#010101) for a darker, sleeker appearance on app launch --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index c766fa94..3119300d 100644 --- a/app.json +++ b/app.json @@ -122,7 +122,7 @@ [ "expo-splash-screen", { - "backgroundColor": "#2e2e2e", + "backgroundColor": "#010101", "image": "./assets/images/icon-ios-plain.png", "imageWidth": 100 }