more alfing

This commit is contained in:
Samuel Newman
2025-06-16 19:16:45 +03:00
parent 57fe76692a
commit 690ff0497f
+15 -14
View File
@@ -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,
paddingTop: 14, a.gap_sm,
paddingBottom: 14, {
paddingLeft: 14, paddingTop: 14,
paddingRight: 6, paddingBottom: 14,
gap: 8, paddingLeft: 14,
}}> paddingRight: 6,
<View },
style={{flexDirection: 'row', alignItems: 'center', gap: 12}}> ]}>
<View style={[a.flex_row, a.align_center, a.gap_md]}>
<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>