more alfing

This commit is contained in:
Samuel Newman
2025-06-16 19:16:45 +03:00
parent 57fe76692a
commit 690ff0497f
+11 -10
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,
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>