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': {
|
case 'preview:header': {
|
||||||
return (
|
return (
|
||||||
<ModuleHeader.Container
|
<ModuleHeader.Container
|
||||||
style={[
|
style={[a.pt_xs, t.atoms.border_contrast_low, a.border_b]}>
|
||||||
a.pt_xs,
|
|
||||||
t.atoms.border_contrast_low,
|
|
||||||
native(a.border_b),
|
|
||||||
]}>
|
|
||||||
{/* Very non-scientific way to avoid small gap on scroll */}
|
{/* Very non-scientific way to avoid small gap on scroll */}
|
||||||
<View style={[a.absolute, a.inset_0, t.atoms.bg, {top: -2}]} />
|
<View style={[a.absolute, a.inset_0, t.atoms.bg, {top: -2}]} />
|
||||||
<ModuleHeader.FeedLink feed={item.feed}>
|
<ModuleHeader.FeedLink feed={item.feed}>
|
||||||
|
|||||||
Reference in New Issue
Block a user