From ff5e65b323d04cf3b40b7ca602e2c02a5de34fcf Mon Sep 17 00:00:00 2001 From: "Patrick Lehner (he/him)" <1099818+lehnerpat@users.noreply.github.com> Date: Sun, 25 Jan 2026 05:21:53 +0900 Subject: [PATCH] fix: Make 'auto-search' toggle change color to indicate state (#6809) --- .../RecipeExplorerPageParts/RecipeExplorerPageSearch.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/components/Domain/Recipe/RecipeExplorerPage/RecipeExplorerPageParts/RecipeExplorerPageSearch.vue b/frontend/components/Domain/Recipe/RecipeExplorerPage/RecipeExplorerPageParts/RecipeExplorerPageSearch.vue index cb2951402..22732fe36 100644 --- a/frontend/components/Domain/Recipe/RecipeExplorerPage/RecipeExplorerPageParts/RecipeExplorerPageSearch.vue +++ b/frontend/components/Domain/Recipe/RecipeExplorerPage/RecipeExplorerPageParts/RecipeExplorerPageSearch.vue @@ -100,6 +100,7 @@ v-model="state.auto" :label="$t('search.auto-search')" single-line + color="primary" />