Fix Logotype fill for dark mode (#2230)
* Fix fill of Logotype in dark mode * Update default Logotype fill
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user