aboutsummaryrefslogtreecommitdiff
path: root/src/components/common/FriendsButton.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-02-20 12:08:59 -0500
committerIvan Chen <ivan@tagg.id>2021-02-20 12:08:59 -0500
commit8357cea9e510c97ba8816cb6850541509c5d764e (patch)
tree2078369aa878324088e62b998de76e0a5e487819 /src/components/common/FriendsButton.tsx
parentd671ce2a0dfc9d2ca181b5a21769c0cbd3be2fd3 (diff)
parentf4d8c3058ac601b0652f28e4ac5e3a6360b7bbd7 (diff)
Merge branch 'master' into tma644-edit-suggested
Diffstat (limited to 'src/components/common/FriendsButton.tsx')
-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',
},
});