Merge branch 'custom-algos' of https://github.com/bluesky-social/social-app into custom-algos

This commit is contained in:
Ansh Nanda 2023-05-25 13:00:16 -07:00
commit 6e5078e0c1
2 changed files with 20 additions and 17 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}
@ -130,6 +130,7 @@ const styles = isDesktopWeb
contentContainer: {
columnGap: 14,
marginLeft: 14,
paddingRight: 28,
backgroundColor: 'transparent',
},
item: {