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" />