From cf44a96da64e5f4475b6c7fe88e75dac740bdff1 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 13 Jun 2024 12:21:56 -0500 Subject: [PATCH] Make sure it's hairline --- src/view/screens/Search/Explore.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/screens/Search/Explore.tsx b/src/view/screens/Search/Explore.tsx index 8b60f59bcd..122ec0bfd8 100644 --- a/src/view/screens/Search/Explore.tsx +++ b/src/view/screens/Search/Explore.tsx @@ -54,8 +54,8 @@ 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], + a.border_b, { - borderBottomWidth: 1, borderColor: t.palette.primary_500, }, style,