mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-06-07 05:57:41 +00:00
fix color issue
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
cca575e4fe
commit
b4b09e079b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
v-if="error"
|
||||
class="m-20 flex flex-row content-center items-center justify-center space-x-2 text-red-500"
|
||||
>
|
||||
<IconError class="h-4 w-4" />
|
||||
<IconError class="h-4 w-4 fill-red-500" />
|
||||
<span>{{ t('errors.generic.text') }}</span>
|
||||
</div>
|
||||
<suspense v-else>
|
||||
|
|
Loading…
Add table
Reference in a new issue