From 71fd6330738a806ede3348520c4e5722fcbeca6b Mon Sep 17 00:00:00 2001 From: tuanOts Date: Sat, 14 Jun 2025 16:22:35 +0700 Subject: [PATCH] update --- .../inventory/weddingGuestList.jsx | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/feature-module/inventory/weddingGuestList.jsx b/src/feature-module/inventory/weddingGuestList.jsx index 0017384..70ec032 100644 --- a/src/feature-module/inventory/weddingGuestList.jsx +++ b/src/feature-module/inventory/weddingGuestList.jsx @@ -531,6 +531,21 @@ const WeddingGuestList = () => { return (
+
{/* Header */}
@@ -626,7 +641,13 @@ const WeddingGuestList = () => { prefix={} value={searchTerm} onChange={(e) => handleSearch(e.target.value)} - style={{ width: 300 }} + style={{ + width: 300, + color: '#000000 !important', + backgroundColor: '#ffffff', + border: '1px solid #d9d9d9' + }} + className="wedding-guest-search-input" />