Fix Logotype
fill for dark mode (#2230)
* Fix fill of Logotype in dark mode * Update default Logotype fill
This commit is contained in:
parent
47ff3e8e3f
commit
9ff1828437
5 changed files with 7 additions and 6 deletions
|
@ -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]}>
|
||||
|
|
|
@ -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}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue