From f90d1bc1564bc57f4dd969022c1c1d60b33f7e65 Mon Sep 17 00:00:00 2001 From: Kuchenpirat Date: Mon, 2 Jun 2025 16:59:45 +0000 Subject: [PATCH] fix ingredients editor title textfield visuals --- frontend/components/Domain/Recipe/RecipeIngredientEditor.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue b/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue index 37c47e6d6..5d5d41659 100644 --- a/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue +++ b/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue @@ -4,6 +4,7 @@ v-if="modelValue.title || showTitle" v-model="modelValue.title" density="compact" + variant="underlined" hide-details class="mx-1 mt-3 mb-4" :placeholder="$t('recipe.section-title')"