From 851ff65d66e534fe08f45cafb5e6c236a24c6b5d Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Sat, 5 Nov 2022 12:43:21 -0500 Subject: Tweak profile header --- src/view/com/profile/ProfileHeader.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/view/com/profile/ProfileHeader.tsx') diff --git a/src/view/com/profile/ProfileHeader.tsx b/src/view/com/profile/ProfileHeader.tsx index 7383e1e1c..52b786cc5 100644 --- a/src/view/com/profile/ProfileHeader.tsx +++ b/src/view/com/profile/ProfileHeader.tsx @@ -208,8 +208,8 @@ const styles = StyleSheet.create({ }, backButton: { position: 'absolute', - top: 6, - left: 8, + top: 10, + left: 12, backgroundColor: '#000a', padding: 6, borderRadius: 30, -- cgit 1.4.1