diff options
Diffstat (limited to 'src/view/com/auth/SplashScreen.web.tsx')
-rw-r--r-- | src/view/com/auth/SplashScreen.web.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/auth/SplashScreen.web.tsx b/src/view/com/auth/SplashScreen.web.tsx index 4e942f66e..1cc7b9146 100644 --- a/src/view/com/auth/SplashScreen.web.tsx +++ b/src/view/com/auth/SplashScreen.web.tsx @@ -63,7 +63,7 @@ export const SplashScreen = ({ <Logo width={92} fill="sky" /> <View style={{paddingTop: 40, paddingBottom: 20}}> - <Logotype width={161} /> + <Logotype width={161} fill={pal.text.color} /> </View> <View testID="signinOrCreateAccount" style={styles.btns}> |