mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 15:27:41 +00:00
fix icon issue in dark mode
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
7bf6c89cb4
commit
705ec43c74
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue