From d40ed2041b6e9f3d2bfc968d4f23af43294fd14a Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 7 Apr 2025 16:04:49 -0700 Subject: [PATCH] fix web double border --- src/screens/Search/Explore.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/screens/Search/Explore.tsx b/src/screens/Search/Explore.tsx index 584c7bddfb..3b3640dd74 100644 --- a/src/screens/Search/Explore.tsx +++ b/src/screens/Search/Explore.tsx @@ -801,7 +801,11 @@ export function Explore({ return ( + style={[ + a.pt_xs, + t.atoms.border_contrast_low, + native(a.border_b), + ]}> {/* Very non-scientific way to avoid small gap on scroll */}