diff --git a/frontend/src/components/common/ListSearchInput.jsx b/frontend/src/components/common/ListSearchInput.jsx index c3fc6db..8a4518d 100644 --- a/frontend/src/components/common/ListSearchInput.jsx +++ b/frontend/src/components/common/ListSearchInput.jsx @@ -3,14 +3,12 @@ export default function ListSearchInput({ value, onChange, resultCount, totalCou return (
-
onChange(event.target.value)} placeholder="Search list" diff --git a/frontend/src/styles/pages/GroceryList.css b/frontend/src/styles/pages/GroceryList.css index dbd80c1..a00a6cf 100644 --- a/frontend/src/styles/pages/GroceryList.css +++ b/frontend/src/styles/pages/GroceryList.css @@ -358,14 +358,6 @@ margin: var(--spacing-xs) 0 var(--spacing-sm); } -.glist-search-label { - display: block; - margin-bottom: 4px; - color: var(--color-text-secondary); - font-size: var(--font-size-sm); - font-weight: 700; -} - .glist-search-row { display: flex; align-items: center;