aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-02-18 11:30:21 -0800
committerShravya Ramesh <shravs1208@gmail.com>2021-02-18 11:30:21 -0800
commit5e3be59bce1017c536d9bf232000296d541b2b73 (patch)
tree9113e5843d44b381a2fe5724879d7ebad4619261
parent2bb7b351a0e509beb9e6d87364471599af402db2 (diff)
justify changed for alignment
-rw-r--r--src/components/common/FriendsButton.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/common/FriendsButton.tsx b/src/components/common/FriendsButton.tsx
index a1e107c5..46421bd1 100644
--- a/src/components/common/FriendsButton.tsx
+++ b/src/components/common/FriendsButton.tsx
@@ -128,6 +128,7 @@ const styles = StyleSheet.create({
row: {
flex: 1,
flexDirection: 'row',
+ justifyContent: 'space-between',
},
});