Skip to content

Commit

Permalink
Update Feed.tsx (#3715)
Browse files Browse the repository at this point in the history
  • Loading branch information
quiple authored May 7, 2024
1 parent b1a1ca9 commit af77574
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/screens/Profile/Sections/Feed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit af77574

Please sign in to comment.