add bottom border to feed headers in explore on web (#8801)

This commit is contained in:
Samuel Newman
2025-08-12 02:54:28 +03:00
committed by GitHub
parent ef171e2892
commit 9dfddd3c42
+1 -5
View File
@@ -917,11 +917,7 @@ export function Explore({
case 'preview:header': {
return (
<ModuleHeader.Container
style={[
a.pt_xs,
t.atoms.border_contrast_low,
native(a.border_b),
]}>
style={[a.pt_xs, t.atoms.border_contrast_low, 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}>