fix search field behavior

This commit is contained in:
Anika Raemer 2025-09-14 14:24:35 +02:00
parent 30c138d13f
commit 5c3c74b32e
4 changed files with 19 additions and 15 deletions

View file

@ -46,7 +46,7 @@ export default function RecipeListPage() {
<h1 className="content-title text-blue-900">Recipes</h1>
<div className="flex columns-4 content-stretch gap-2 items-center">
{/* Number of recipes inlist */}
<label className="text-gray-500 w-2/3">{recipeList.length} Recipes</label>
<label className="label w-2/3">{recipeList.length} Recipes</label>
{/* Search field */}
<SearchField
searchString=""