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')"