Skip to content

Commit

Permalink
padding
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobphilippe authored and aniamisiorek committed Apr 12, 2024
1 parent 1cdebe1 commit 144fa87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/pages/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ const Profile = () => {
headerTitle: `@${session?.user.username}`,
headerTitleAlign: 'center',
headerRight: () => (
<Icon type='material-community' name='cog' size={30} color='black' />
<Icon type='material-community' name='cog' size={30} color='black' style={{paddingRight: 10}} />
),
headerLeft: () => (
<Pressable onPress={() => navigation.goBack()}>
<Icon type='material-community' name='chevron-left' size={30} color='black' />
<Icon type='material-community' name='chevron-left' size={30} color='black' style={{paddingLeft: 5}} />
</Pressable>
),
})
Expand Down

0 comments on commit 144fa87

Please sign in to comment.