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/PublicProfile.tsx | |
parent | decacdda9f9f7e7b7649422ed86005fe7ab4adcf (diff) |
updated padding
Diffstat (limited to 'src/components/profile/PublicProfile.tsx')
-rw-r--r-- | src/components/profile/PublicProfile.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/PublicProfile.tsx b/src/components/profile/PublicProfile.tsx index 3272bca1..9683d8f2 100644 --- a/src/components/profile/PublicProfile.tsx +++ b/src/components/profile/PublicProfile.tsx @@ -245,7 +245,7 @@ const styles = StyleSheet.create({ }, momentsContainer: { backgroundColor: '#f2f2f2', - paddingBottom: SCREEN_HEIGHT / 10, + paddingBottom: SCREEN_HEIGHT * 0.15, flex: 1, flexDirection: 'column', }, |