diff options
Diffstat (limited to 'src/components/profile/ProfileHeader.tsx')
-rw-r--r-- | src/components/profile/ProfileHeader.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/profile/ProfileHeader.tsx b/src/components/profile/ProfileHeader.tsx index 677728d2..b622510e 100644 --- a/src/components/profile/ProfileHeader.tsx +++ b/src/components/profile/ProfileHeader.tsx @@ -74,6 +74,7 @@ const styles = StyleSheet.create({ }, avatar: { bottom: SCREEN_HEIGHT / 80, + left: '10%', }, name: { fontSize: 20, |