diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-04-06 15:58:33 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-04-07 14:57:34 -0400 |
| commit | f16748fea83bf28ddb70adeeef8d18fba43e9c1b (patch) | |
| tree | 22f40d6feaea3c9be1cc6618e1099be07d16f38a | |
| parent | 6db092b4b88a71c53088a14e330ec73e208ad958 (diff) | |
fixed padding of invite friends in notification screen
| -rw-r--r-- | src/screens/main/NotificationsScreen.tsx | 2 |
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', |
