diff options
author | Ivan Chen <ivan@tagg.id> | 2021-02-04 13:17:35 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-02-04 13:17:35 -0500 |
commit | eed4a97314ae4063e2e7bee25c8b7d60827b90c4 (patch) | |
tree | 03b026f50ad2028bc570312fd50c071c0ce9e563 /src/components/profile/Friends.tsx | |
parent | 40c247a8010c13067b557312f49aa0b72db556b8 (diff) |
minor styling fix
Diffstat (limited to 'src/components/profile/Friends.tsx')
-rw-r--r-- | src/components/profile/Friends.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/Friends.tsx b/src/components/profile/Friends.tsx index 9b8b227c..9b9e5302 100644 --- a/src/components/profile/Friends.tsx +++ b/src/components/profile/Friends.tsx @@ -70,7 +70,7 @@ const styles = StyleSheet.create({ alignSelf: 'center', paddingBottom: SCREEN_HEIGHT / 15, width: SCREEN_WIDTH * 0.85, - height: SCREEN_HEIGHT, + height: SCREEN_HEIGHT * 0.75, marginTop: '1%', }, header: {flexDirection: 'row'}, |