From 57529ed6e4f797e5e5a80983e498cf3f7309d052 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Sat, 20 Mar 2021 14:30:55 -0400 Subject: done --- src/components/notifications/NotificationPrompts.tsx | 2 +- src/screens/profile/FriendsListScreen.tsx | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/components/notifications/NotificationPrompts.tsx b/src/components/notifications/NotificationPrompts.tsx index 03502b27..dc27925b 100644 --- a/src/components/notifications/NotificationPrompts.tsx +++ b/src/components/notifications/NotificationPrompts.tsx @@ -7,7 +7,7 @@ export const InviteFriendsPrompt: React.FC = () => { = ({route}) => { <> - + - + @@ -46,7 +52,7 @@ const styles = StyleSheet.create({ body: { marginTop: HeaderHeight, width: SCREEN_WIDTH, - height: SCREEN_HEIGHT * 0.8, + height: SCREEN_HEIGHT - HeaderHeight, }, }); -- cgit v1.2.3-70-g09d2