Skip to content

Commit c176b90

Browse files
committed
style: update the search results border line to make it align with the suggested databases
1 parent decc711 commit c176b90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/pages/SearchPage.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -719,10 +719,8 @@ const SearchPage: React.FC = () => {
719719
)}
720720
{hasSearched && (
721721
<Box
722-
mt={4}
723722
sx={{
724-
borderLeft: `1px solid ${Colors.lightGray}`,
725-
pl: 4,
723+
mt: 2,
726724
mb: 2,
727725
}}
728726
>

0 commit comments

Comments
 (0)