Update Feed.tsx (#3715)

This commit is contained in:
Minseo Lee
2024-05-08 03:09:22 +09:00
committed by GitHub
parent b1a1ca98e8
commit af77574b3c
+5 -1
View File
@@ -95,7 +95,11 @@ function ProfileEndOfFeed() {
const pal = usePalette('default')
return (
<View style={[pal.border, {paddingTop: 32, borderTopWidth: 1}]}>
<View
style={[
pal.border,
{paddingTop: 32, paddingBottom: 32, borderTopWidth: 1},
]}>
<Text style={[pal.textLight, pal.border, {textAlign: 'center'}]}>
<Trans>End of feed</Trans>
</Text>