From 032bfc5d4d48eca542d2622df22ad353b594ef0b Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Thu, 18 Feb 2021 10:25:07 -0800 Subject: iPhone 8 container height increased (cosmetic) --- src/components/suggestedPeople/MutualFriends.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/components/suggestedPeople/MutualFriends.tsx b/src/components/suggestedPeople/MutualFriends.tsx index d8b37bca..3f9df4cd 100644 --- a/src/components/suggestedPeople/MutualFriends.tsx +++ b/src/components/suggestedPeople/MutualFriends.tsx @@ -52,7 +52,7 @@ const MutualFriends: React.FC = () => { )} @@ -138,7 +138,7 @@ const styles = StyleSheet.create({ flexDirection: 'column', backgroundColor: '#f9f9f9', width: SCREEN_WIDTH, - height: SCREEN_HEIGHT * 0.4, + height: isIPhoneX() ? SCREEN_HEIGHT * 0.4 : SCREEN_HEIGHT * 0.46, borderTopRightRadius: normalize(13), borderTopLeftRadius: normalize(13), borderWidth: 0.5, -- cgit v1.2.3-70-g09d2