"Search field height mismatch in Directory – should match Card and List view height"

This commit is contained in:
Kartik sharma 2025-06-28 15:06:54 +05:30
parent 2bdaed1d83
commit 67b694c697

View File

@ -284,7 +284,7 @@ const DirectoryPageHeader = ({
placeholder={viewType === "notes" ? "Search Notes..." : "Search Contact..."}
value={searchText}
onChange={(e) => setSearchText(e.target.value)}
style={{ width: "200px" }}
style={{ width: "200px",height: "30px" }}
/>
{/* Filter by funnel icon for Notes view */}