diff options
author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-11 14:57:37 -0800 |
---|---|---|
committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-15 11:33:28 -0700 |
commit | c55cf9fec6b252b9ef953122950a79b7bf8abe94 (patch) | |
tree | 68acd26197a07d8d6a022ab7f54bf7007f06af52 /src/components/notifications | |
parent | e858873285cb862e365331ce183fb3d2282f239c (diff) |
TMA-643-Friend requests added, need to add section of 5
Diffstat (limited to 'src/components/notifications')
-rw-r--r-- | src/components/notifications/Notification.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
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, |