diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-18 11:30:21 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-18 11:30:21 -0800 |
commit | 5e3be59bce1017c536d9bf232000296d541b2b73 (patch) | |
tree | 9113e5843d44b381a2fe5724879d7ebad4619261 /src/components/common/FriendsButton.tsx | |
parent | 2bb7b351a0e509beb9e6d87364471599af402db2 (diff) |
justify changed for alignment
Diffstat (limited to 'src/components/common/FriendsButton.tsx')
-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', }, }); |