From d78eb5d3bb341b1cfbaf3caa1227f0a8cc67abd2 Mon Sep 17 00:00:00 2001 From: Alex Benzer Date: Sun, 30 Nov 2025 15:51:00 -0800 Subject: [PATCH] While we're at it, fix the position of the X button on the "find people to follow" modal --- src/components/ProgressGuide/FollowDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProgressGuide/FollowDialog.tsx b/src/components/ProgressGuide/FollowDialog.tsx index 428f75e7f2..1a8eb59165 100644 --- a/src/components/ProgressGuide/FollowDialog.tsx +++ b/src/components/ProgressGuide/FollowDialog.tsx @@ -422,7 +422,7 @@ function HeaderTop({guide}: {guide: Follow10ProgressGuide}) { style={[ a.absolute, a.z_20, - web({right: -4}), + web({right: 8}), native({right: 0}), native({height: 32, width: 32, borderRadius: 16}), ]}