From c55cf9fec6b252b9ef953122950a79b7bf8abe94 Mon Sep 17 00:00:00 2001 From: ankit-thanekar007 Date: Thu, 11 Mar 2021 14:57:37 -0800 Subject: TMA-643-Friend requests added, need to add section of 5 --- src/components/notifications/Notification.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/notifications/Notification.tsx b/src/components/notifications/Notification.tsx index f83abcbc..c8a8aa06 100644 --- a/src/components/notifications/Notification.tsx +++ b/src/components/notifications/Notification.tsx @@ -256,10 +256,11 @@ const styles = StyleSheet.create({ container: { flexDirection: 'row', height: Math.round(SCREEN_HEIGHT / 10), - width: SCREEN_WIDTH * 0.9, + width: SCREEN_WIDTH, flex: 1, alignSelf: 'center', alignItems: 'center', + paddingHorizontal: '8%', }, avatarContainer: { height: 42, -- cgit v1.2.3-70-g09d2