aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/Notification.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-17 16:12:02 -0400
committerGitHub <noreply@github.com>2021-03-17 16:12:02 -0400
commit07a15098625786451270e30e61e2d6e78c02d4db (patch)
treeec0ff87ddf06575d1659a2656b705f0e78235e8b /src/components/notifications/Notification.tsx
parent9d82b5900e04f1286c1dad8a04af81ea6076553e (diff)
parenta7d87e8f8c3c0dc849213064969b93a80ebfca83 (diff)
Merge pull request #299 from ankit-thanekar007/tma-697-UI-bug
[TMA-697 + TMA-643] : UI Bug + Friend Request Section Added
Diffstat (limited to 'src/components/notifications/Notification.tsx')
-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,