add bottom border to feed headers in explore on web (#8801)
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user