From ee80ddfb8a486fea31d845aba4e0b4847fe637e9 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Mon, 29 Mar 2021 14:43:35 -0400 Subject: updated padding --- src/components/profile/Content.tsx | 1 - src/components/profile/PrivateProfile.tsx | 3 ++- src/components/profile/PublicProfile.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/components/profile/Content.tsx b/src/components/profile/Content.tsx index c9a87ad1..a22b9728 100644 --- a/src/components/profile/Content.tsx +++ b/src/components/profile/Content.tsx @@ -172,7 +172,6 @@ const styles = StyleSheet.create({ }, contentContainer: { flexGrow: 1, - paddingBottom: SCREEN_HEIGHT * 0.1, }, }); 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: { 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', }, -- cgit v1.2.3-70-g09d2