Zio Blue: remove more Bluesky branding
parent
258c1d35ff
commit
d6429d3958
|
@ -290,9 +290,6 @@ export function BottomBar({navigation}: BottomTabBarProps) {
|
||||||
<View
|
<View
|
||||||
style={{flexDirection: 'row', alignItems: 'center', gap: 8}}>
|
style={{flexDirection: 'row', alignItems: 'center', gap: 8}}>
|
||||||
<Logo width={28} />
|
<Logo width={28} />
|
||||||
<View style={{paddingTop: 4}}>
|
|
||||||
<Logotype width={80} fill={pal.text.color} />
|
|
||||||
</View>
|
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
<View
|
<View
|
||||||
|
|
|
@ -183,9 +183,6 @@ export function BottomBarWeb() {
|
||||||
}}>
|
}}>
|
||||||
<View style={{flexDirection: 'row', alignItems: 'center', gap: 12}}>
|
<View style={{flexDirection: 'row', alignItems: 'center', gap: 12}}>
|
||||||
<Logo width={32} />
|
<Logo width={32} />
|
||||||
<View style={{paddingTop: 4}}>
|
|
||||||
<Logotype width={80} fill={pal.text.color} />
|
|
||||||
</View>
|
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
<View style={{flexDirection: 'row', alignItems: 'center', gap: 8}}>
|
<View style={{flexDirection: 'row', alignItems: 'center', gap: 8}}>
|
||||||
|
|
Loading…
Reference in New Issue