Merge branch 'custom-algos' of https://github.com/bluesky-social/social-app into custom-algos
This commit is contained in:
commit
6e5078e0c1
2 changed files with 20 additions and 17 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}
|
||||
|
@ -130,6 +130,7 @@ const styles = isDesktopWeb
|
|||
contentContainer: {
|
||||
columnGap: 14,
|
||||
marginLeft: 14,
|
||||
paddingRight: 28,
|
||||
backgroundColor: 'transparent',
|
||||
},
|
||||
item: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue