diff --git a/src/view/screens/Search/Explore.tsx b/src/view/screens/Search/Explore.tsx index e2a76a71b5..8b60f59bcd 100644 --- a/src/view/screens/Search/Explore.tsx +++ b/src/view/screens/Search/Explore.tsx @@ -54,6 +54,10 @@ function SuggestedItemsHeader({ isWeb ? [a.flex_row, a.px_lg, a.py_lg, a.pt_2xl, a.gap_md] : [{flexDirection: 'row-reverse'}, a.p_lg, a.pt_2xl, a.gap_md], + { + borderBottomWidth: 1, + borderColor: t.palette.primary_500, + }, style, ]}> @@ -120,7 +124,7 @@ function LoadMore({ }, [item.items, moderationOpts]) return ( - +