diff --git a/src/pages/Directory/DirectoryPageHeader.jsx b/src/pages/Directory/DirectoryPageHeader.jsx index 015b5d1b..48e28f28 100644 --- a/src/pages/Directory/DirectoryPageHeader.jsx +++ b/src/pages/Directory/DirectoryPageHeader.jsx @@ -284,19 +284,18 @@ 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 */} {viewType === "notes" && ( -
Organization
@@ -353,10 +349,11 @@ const DirectoryPageHeader = ({