From 67b694c6976243bdb0ac6cbca488530ca9500812 Mon Sep 17 00:00:00 2001 From: Kartik sharma Date: Sat, 28 Jun 2025 15:06:54 +0530 Subject: [PATCH] =?UTF-8?q?"Search=20field=20height=20mismatch=20in=20Dire?= =?UTF-8?q?ctory=20=E2=80=93=20should=20match=20Card=20and=20List=20view?= =?UTF-8?q?=20height"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Directory/DirectoryPageHeader.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Directory/DirectoryPageHeader.jsx b/src/pages/Directory/DirectoryPageHeader.jsx index 015b5d1b..6f4270a8 100644 --- a/src/pages/Directory/DirectoryPageHeader.jsx +++ b/src/pages/Directory/DirectoryPageHeader.jsx @@ -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 */}