diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-02-20 10:45:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-20 10:45:53 -0500 |
commit | f4d8c3058ac601b0652f28e4ac5e3a6360b7bbd7 (patch) | |
tree | a4a54d776e602d465fe339b7605a3f504dfc8ffe /src/components/common | |
parent | d439b4320578ce8db414bf92aac25a04b167fd94 (diff) | |
parent | 5e3be59bce1017c536d9bf232000296d541b2b73 (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.tsx | 1 |
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', }, }); |