From 1e723f177ff7174c7eb922daf3274711696f5a7b Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 21 Oct 2024 09:44:58 -0500 Subject: Add back borders to feed liked-by screen (#5811) --- src/view/screens/ProfileFeedLikedBy.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/view/screens/ProfileFeedLikedBy.tsx b/src/view/screens/ProfileFeedLikedBy.tsx index b796480f3..e19b42240 100644 --- a/src/view/screens/ProfileFeedLikedBy.tsx +++ b/src/view/screens/ProfileFeedLikedBy.tsx @@ -8,6 +8,7 @@ import {makeRecordUri} from '#/lib/strings/url-helpers' import {useSetMinimalShellMode} from '#/state/shell' import {PostLikedBy as PostLikedByComponent} from '#/view/com/post-thread/PostLikedBy' import {ViewHeader} from '#/view/com/util/ViewHeader' +import {CenteredView} from '#/view/com/util/Views' import * as Layout from '#/components/Layout' type Props = NativeStackScreenProps @@ -25,8 +26,10 @@ export const ProfileFeedLikedByScreen = ({route}: Props) => { return ( - - + + + + ) } -- cgit 1.4.1