Skip to content

Commit

Permalink
remove extra top padding
Browse files Browse the repository at this point in the history
  • Loading branch information
saulmc committed May 31, 2024
1 parent 5ece8aa commit b97ed79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/CreateGroupScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ const renderItem = ({horizontal = false}: {horizontal?: boolean} = {}):
{translate('add_members_to_group')}
</Text>
}
includeTopPadding={false}
left={
<Pressable onPress={goBack}>
<Text typography="text-sm/semibold" textAlign={'left'}>
Expand Down

0 comments on commit b97ed79

Please sign in to comment.