mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
fixed model select create indicator in dark mode
This commit is contained in:
@@ -40,9 +40,9 @@
|
|||||||
<template #option="{ option }" v-if="props.allowCreate">
|
<template #option="{ option }" v-if="props.allowCreate">
|
||||||
<div class="d-flex align-center justify-space-between w-100">
|
<div class="d-flex align-center justify-space-between w-100">
|
||||||
<span>{{ option[itemLabel] }}</span>
|
<span>{{ option[itemLabel] }}</span>
|
||||||
<v-chip size="x-small" color="create" class="ml-2" v-if="option.__CREATE__">
|
<v-chip size="x-small" variant="flat" color="create" class="ml-2" v-if="option.__CREATE__">
|
||||||
<v-icon icon="$create"></v-icon>
|
<v-icon icon="$create"></v-icon>
|
||||||
<template class="d-none d-lg-block">{{$t('Create')}}</template>
|
<template class="d-none d-lg-block"> {{$t('Create')}}</template>
|
||||||
</v-chip>
|
</v-chip>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user