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