fix icon issue in dark mode

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2022-02-20 12:10:57 +01:00
parent 7bf6c89cb4
commit 705ec43c74

View file

@ -9,8 +9,8 @@
/> />
<div class="flex w-full flex-col justify-between space-y-2 p-2"> <div class="flex w-full flex-col justify-between space-y-2 p-2">
<div class="mb-4 flex flex-row items-center space-x-2 text-xl"> <div class="mb-4 flex flex-row items-center space-x-2 text-xl">
<IconCreation v-if="!item?.id" class="h-6 w-6" /> <IconCreation v-if="!item?.id" class="h-6 w-6 fill-current" />
<IconPencil v-else class="h-5 w-5" /> <IconPencil v-else class="h-5 w-5 fill-current" />
<h1 v-if="!item?.id"> <h1 v-if="!item?.id">
{{ t('components.form-wishlist-item.headline-new-item.text') }} {{ t('components.form-wishlist-item.headline-new-item.text') }}
</h1> </h1>