diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-17 12:44:03 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-17 12:44:03 -0800 |
commit | d250fcf73c5636f8d53a1a0c996b52f27ea24395 (patch) | |
tree | 1ec8e121a6d7ca4a35d08f5b151e1536b1adcc85 /src/components/profile/ProfilePreview.tsx | |
parent | 1916dcf97b2942b2cbaf5afd3cadbdfcda6f1efb (diff) |
cosmetic fixes - keeps all devices consistent
Diffstat (limited to 'src/components/profile/ProfilePreview.tsx')
-rw-r--r-- | src/components/profile/ProfilePreview.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/ProfilePreview.tsx b/src/components/profile/ProfilePreview.tsx index cdbf2dab..41792724 100644 --- a/src/components/profile/ProfilePreview.tsx +++ b/src/components/profile/ProfilePreview.tsx @@ -365,7 +365,7 @@ const styles = StyleSheet.create({ flexDirection: 'column', justifyContent: 'center', alignItems: 'center', - paddingRight: SCREEN_WIDTH * 0.03, + paddingRight: 25, backgroundColor: 'transparent', }, suggestedPeopleAvatar: { |