tweak tabbar border

This commit is contained in:
Hailey
2024-08-11 14:20:55 -07:00
parent 263c7b2b68
commit 45c0f7a2ad
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ const desktopStyles = StyleSheet.create({
left: 0,
right: 0,
top: '100%',
borderBottomWidth: 1,
borderBottomWidth: StyleSheet.hairlineWidth,
},
})
+1 -3
View File
@@ -480,9 +480,7 @@ let Feed = ({
// -prf
return <DiscoverFallbackHeader />
}
return (
<FeedSlice slice={item.slice} hideTopBorder={index === 0 && !isWeb} />
)
return <FeedSlice slice={item.slice} hideTopBorder={index === 0} />
} else {
return null
}