fix web double border

This commit is contained in:
Hailey
2025-04-07 16:04:49 -07:00
parent 329847df1e
commit d40ed2041b
+5 -1
View File
@@ -801,7 +801,11 @@ export function Explore({
return (
<ModuleHeader.Container
headerHeight={headerHeight}
style={[a.pt_xs, a.border_b, t.atoms.border_contrast_low]}>
style={[
a.pt_xs,
t.atoms.border_contrast_low,
native(a.border_b),
]}>
{/* Very non-scientific way to avoid small gap on scroll */}
<View style={[a.absolute, a.inset_0, t.atoms.bg, {top: -2}]} />
<ModuleHeader.FeedLink feed={item.feed}>