While we're at it, fix the position of the X button on the "find people to follow" modal

This commit is contained in:
Alex Benzer
2025-11-30 15:51:00 -08:00
parent fcdc1dd486
commit d78eb5d3bb
@@ -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}),
]}