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
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue