diff options
Diffstat (limited to 'src/view/com/auth/SplashScreen.tsx')
-rw-r--r-- | src/view/com/auth/SplashScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/auth/SplashScreen.tsx b/src/view/com/auth/SplashScreen.tsx index 099ab1057..ffd07d945 100644 --- a/src/view/com/auth/SplashScreen.tsx +++ b/src/view/com/auth/SplashScreen.tsx @@ -27,7 +27,7 @@ export const SplashScreen = ({ <Logo width={92} fill="sky" /> <View style={{paddingTop: 40, paddingBottom: 6}}> - <Logotype width={161} /> + <Logotype width={161} fill={pal.text.color} /> </View> <Text type="lg-medium" style={[pal.textLight]}> |