fix ingredients editor title textfield visuals

This commit is contained in:
Kuchenpirat 2025-06-02 16:59:45 +00:00
commit f90d1bc156

View file

@ -4,6 +4,7 @@
v-if="modelValue.title || showTitle" v-if="modelValue.title || showTitle"
v-model="modelValue.title" v-model="modelValue.title"
density="compact" density="compact"
variant="underlined"
hide-details hide-details
class="mx-1 mt-3 mb-4" class="mx-1 mt-3 mb-4"
:placeholder="$t('recipe.section-title')" :placeholder="$t('recipe.section-title')"