Skip to content

Commit

Permalink
Reduce spacing in mobile profile header (#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinnnnn authored Oct 3, 2023
1 parent 549e07e commit 5ebd2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function ProfileViewSharedCommunities({ userRef }: Props) {
}

return (
<View className="flex flex-row items-center mt-3 mb-2 space-x-1">
<View className="flex flex-row items-center mt-3 mb-1 space-x-1">
<CommunityProfilePictureBubblesWithCount
onPress={handleSeeAllPress}
totalCount={totalSharedCommunities}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function ProfileViewSharedInfo({ userRef }: Props) {
);

return (
<View className="px-4 mb-4.5 space-y-1">
<View className="px-4 mb-4.5">
<View>
<ProfileViewSharedCommunities userRef={user} />
</View>
Expand Down

0 comments on commit 5ebd2a5

Please sign in to comment.