style: Remove unnecessary border from Header component for cleaner appearance

This commit is contained in:
Nawaz Dhandala
2025-12-29 13:21:12 +00:00
parent 464645dbc3
commit 0a20591bf9

View File

@@ -15,7 +15,7 @@ const Header: FunctionComponent<ComponentProps> = (
<div
className={
props.className ||
"relative flex h-16 justify-between bg-white border-b border-gray-200 shadow-sm px-4"
"relative flex h-16 justify-between bg-white shadow-sm px-4"
}
>
<div className="relative z-20 flex items-center">