From 6c94ecff35dfb41c26cff5c68ac0ae66e350f3d5 Mon Sep 17 00:00:00 2001 From: sjsjmine129 Date: Tue, 28 May 2024 20:35:02 +0900 Subject: [PATCH] Fix --- src/screens/signup/SplashScreen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/signup/SplashScreen.js b/src/screens/signup/SplashScreen.js index 6d8c0a6..733a7d2 100644 --- a/src/screens/signup/SplashScreen.js +++ b/src/screens/signup/SplashScreen.js @@ -93,7 +93,7 @@ export default function SplashScreen() { const styles = StyleSheet.create({ entire: { flex: 1, - backgroundColor: COLOR_BACKGROUND, + backgroundColor: COLOR_WHITE, alignItems: 'center', }, textMainColor: {