aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-06 15:58:33 -0400
committerIvan Chen <ivan@tagg.id>2021-04-07 14:57:34 -0400
commitf16748fea83bf28ddb70adeeef8d18fba43e9c1b (patch)
tree22f40d6feaea3c9be1cc6618e1099be07d16f38a
parent6db092b4b88a71c53088a14e330ec73e208ad958 (diff)
fixed padding of invite friends in notification screen
-rw-r--r--src/screens/main/NotificationsScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/main/NotificationsScreen.tsx b/src/screens/main/NotificationsScreen.tsx
index 48e89f7a..71199c9b 100644
--- a/src/screens/main/NotificationsScreen.tsx
+++ b/src/screens/main/NotificationsScreen.tsx
@@ -330,7 +330,7 @@ const styles = StyleSheet.create({
flexDirection: 'row',
alignItems: 'stretch',
justifyContent: 'space-between',
- width: SCREEN_WIDTH * 0.85,
+ width: SCREEN_WIDTH * 0.9,
},
headerText: {
fontWeight: '700',