Tune the UI layout of the feed tab header

This commit is contained in:
Paul Frazee 2023-05-25 14:56:23 -05:00
parent 524f8b6abd
commit f03ac9fd56
3 changed files with 22 additions and 21 deletions

View file

@ -92,7 +92,7 @@ export function TabBar({
hoverStyle={pal.viewLight}
onPress={() => onPressItem(i)}>
<Text
type="xl-bold"
type="lg-bold"
testID={testID ? `${testID}-${item}` : undefined}
style={selected ? pal.text : pal.textLight}>
{item}
@ -127,12 +127,12 @@ const styles = isDesktopWeb
flexDirection: 'row',
},
contentContainer: {
gap: 14,
gap: 18,
paddingHorizontal: 18,
},
item: {
paddingTop: 8,
paddingBottom: 12,
paddingBottom: 8,
borderBottomWidth: 3,
borderBottomColor: 'transparent',
},