diff --git a/src/pages/Directory/DirectoryPageHeader.jsx b/src/pages/Directory/DirectoryPageHeader.jsx index 48e28f28..015b5d1b 100644 --- a/src/pages/Directory/DirectoryPageHeader.jsx +++ b/src/pages/Directory/DirectoryPageHeader.jsx @@ -284,18 +284,19 @@ const DirectoryPageHeader = ({ placeholder={viewType === "notes" ? "Search Notes..." : "Search Contact..."} value={searchText} onChange={(e) => setSearchText(e.target.value)} - style={{ width: "200px",height: "30px" }} + style={{ width: "200px" }} /> {/* Filter by funnel icon for Notes view */} {viewType === "notes" && ( -
Organization
@@ -349,11 +353,10 @@ const DirectoryPageHeader = ({