Tune the UI layout of the feed tab header
This commit is contained in:
parent
524f8b6abd
commit
f03ac9fd56
3 changed files with 22 additions and 21 deletions
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue