Fix Logotype fill for dark mode (#2230)

* Fix fill of Logotype in dark mode

* Update default Logotype fill
This commit is contained in:
Eric Bailey 2023-12-18 11:20:58 -06:00 committed by GitHub
parent 47ff3e8e3f
commit 9ff1828437
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 6 deletions

View file

@ -265,7 +265,7 @@ export function BottomBar({navigation}: BottomTabBarProps) {
<View style={{flexDirection: 'row', alignItems: 'center', gap: 8}}>
<Logo width={28} />
<View style={{paddingTop: 4}}>
<Logotype width={80} />
<Logotype width={80} fill={pal.text.color} />
</View>
</View>

View file

@ -157,7 +157,7 @@ export function BottomBarWeb() {
<View style={{flexDirection: 'row', alignItems: 'center', gap: 12}}>
<Logo width={32} />
<View style={{paddingTop: 4}}>
<Logotype width={80} />
<Logotype width={80} fill={pal.text.color} />
</View>
</View>