aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-11 14:57:37 -0800
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-15 11:33:28 -0700
commitc55cf9fec6b252b9ef953122950a79b7bf8abe94 (patch)
tree68acd26197a07d8d6a022ab7f54bf7007f06af52 /src/components
parente858873285cb862e365331ce183fb3d2282f239c (diff)
TMA-643-Friend requests added, need to add section of 5
Diffstat (limited to 'src/components')
-rw-r--r--src/components/notifications/Notification.tsx3
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,