Issues_Jun_3W #226

Merged
ashutosh.nehete merged 82 commits from Issues_Jun_3W into main 2025-07-01 10:24:38 +00:00
Showing only changes of commit 4700ba38cd - Show all commits

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 */}