style: remove gray border lines from marketplace home header

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
CodingOnStar 2026-08-15 19:46:59 +08:00
parent 7eb37099d9
commit 618f2b8e00
2 changed files with 2 additions and 3 deletions

View File

@ -73,7 +73,7 @@ const HomeHeader = ({
return (
<header
className={cn(
'sticky top-0 z-50 flex w-full shrink-0 items-center gap-4 border-b border-divider-regular bg-background-default px-4 py-1.5 md:px-9',
'sticky top-0 z-50 flex w-full shrink-0 items-center gap-4 bg-background-default px-4 py-1.5 md:px-9',
styles.header,
)}
>

View File

@ -48,9 +48,8 @@
}
.catalogNavigationPinned {
border-bottom: 1px solid var(--color-divider-regular);
padding-top: 16px;
padding-bottom: 15px;
padding-bottom: 16px;
background-color: var(--color-background-default);
}