From 25aa7c56e738fcd43b183f356be48d5a194d710c Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 13 Jun 2024 10:27:32 -0500 Subject: [PATCH] The thin blue line --- src/view/screens/Search/Explore.tsx | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) 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 ( - +