Update Feed.tsx (#3715)

zio/stable
Minseo Lee 2024-05-08 03:09:22 +09:00 committed by GitHub
parent b1a1ca98e8
commit af77574b3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

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>