fix tab bar border disappeared

This commit is contained in:
Oleksii Bulenok
2026-08-05 17:08:02 +02:00
parent 2af780a009
commit d8f49e5da3
+2 -2
View File
@@ -369,7 +369,7 @@ export function TabBar({
</Animated.View> </Animated.View>
</ScrollView> </ScrollView>
</BlockDrawerGesture> </BlockDrawerGesture>
<View style={[t.atoms.border_contrast_low, styles.outerBottomBorder]} /> <View style={[t.atoms.bg_contrast_100, styles.outerBottomBorder]} />
</View> </View>
) )
} }
@@ -470,6 +470,6 @@ const styles = StyleSheet.create({
left: 0, left: 0,
right: 0, right: 0,
top: '100%', top: '100%',
borderBottomWidth: StyleSheet.hairlineWidth, height: StyleSheet.hairlineWidth,
}, },
}) })