From 332dbc1bb4632e9fd1ffed6ea8566b8df8984f64 Mon Sep 17 00:00:00 2001 From: Elijah Seed-Arita Date: Tue, 29 Jul 2025 14:20:33 -0700 Subject: fix: small profile followup fixes (#8735) * fix: small profile followup fixes * fix: change platform-specific compensation for profileHeaderDisplayName marginBottom to target all native * fix: apply suggestion for consistent cross-platform profile username margin --- src/screens/Profile/Header/Shell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screens/Profile/Header/Shell.tsx') diff --git a/src/screens/Profile/Header/Shell.tsx b/src/screens/Profile/Header/Shell.tsx index 2b253212f..27962ba05 100644 --- a/src/screens/Profile/Header/Shell.tsx +++ b/src/screens/Profile/Header/Shell.tsx @@ -281,7 +281,7 @@ const styles = StyleSheet.create({ aviPosition: { position: 'absolute', top: 104, - left: 16, + left: 10, }, avi: { width: 94, -- cgit 1.4.1