more alfing
This commit is contained in:
@@ -199,21 +199,22 @@ export function BottomBarWeb() {
|
|||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<View
|
<View
|
||||||
style={{
|
style={[
|
||||||
width: '100%',
|
a.w_full,
|
||||||
flexDirection: 'row',
|
a.flex_row,
|
||||||
alignItems: 'center',
|
a.align_center,
|
||||||
justifyContent: 'space-between',
|
a.justify_between,
|
||||||
|
a.gap_sm,
|
||||||
|
{
|
||||||
paddingTop: 14,
|
paddingTop: 14,
|
||||||
paddingBottom: 14,
|
paddingBottom: 14,
|
||||||
paddingLeft: 14,
|
paddingLeft: 14,
|
||||||
paddingRight: 6,
|
paddingRight: 6,
|
||||||
gap: 8,
|
},
|
||||||
}}>
|
]}>
|
||||||
<View
|
<View style={[a.flex_row, a.align_center, a.gap_md]}>
|
||||||
style={{flexDirection: 'row', alignItems: 'center', gap: 12}}>
|
|
||||||
<Logo width={32} />
|
<Logo width={32} />
|
||||||
<View style={{paddingTop: 4}}>
|
<View style={[a.pt_xs]}>
|
||||||
<Logotype width={80} fill={t.atoms.text.color} />
|
<Logotype width={80} fill={t.atoms.text.color} />
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user