diff options
author | Ivan Chen <ivan@tagg.id> | 2021-03-29 14:43:35 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-03-29 14:43:35 -0400 |
commit | ee80ddfb8a486fea31d845aba4e0b4847fe637e9 (patch) | |
tree | f375a074fa23ca70c304f93b5577ed830250394c /src/components/profile/PrivateProfile.tsx | |
parent | decacdda9f9f7e7b7649422ed86005fe7ab4adcf (diff) |
updated padding
Diffstat (limited to 'src/components/profile/PrivateProfile.tsx')
-rw-r--r-- | src/components/profile/PrivateProfile.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/profile/PrivateProfile.tsx b/src/components/profile/PrivateProfile.tsx index 07a0dccc..bc75a18a 100644 --- a/src/components/profile/PrivateProfile.tsx +++ b/src/components/profile/PrivateProfile.tsx @@ -19,7 +19,8 @@ const styles = StyleSheet.create({ alignItems: 'center', justifyContent: 'center', backgroundColor: '#F9F9F9', - height: SCREEN_HEIGHT * 0.35, + height: SCREEN_HEIGHT * 0.4, + paddingBottom: SCREEN_HEIGHT * 0.1, }, privateAccountTextContainer: {marginTop: '8%'}, privateAccountTextStyle: { |