aboutsummaryrefslogtreecommitdiff
path: root/src/components/common
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-02-20 10:45:53 -0500
committerGitHub <noreply@github.com>2021-02-20 10:45:53 -0500
commitf4d8c3058ac601b0652f28e4ac5e3a6360b7bbd7 (patch)
treea4a54d776e602d465fe339b7605a3f504dfc8ffe /src/components/common
parentd439b4320578ce8db414bf92aac25a04b167fd94 (diff)
parent5e3be59bce1017c536d9bf232000296d541b2b73 (diff)
Merge pull request #247 from shravyaramesh/align-friends-button
[hotfix] Justify changed for alignment
Diffstat (limited to 'src/components/common')
-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',
},
});