mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 23:37:41 +00:00
fix color issue
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
28a17f2a6c
commit
f89183d11d
2 changed files with 2 additions and 2 deletions
2
components.d.ts
vendored
2
components.d.ts
vendored
|
@ -39,4 +39,4 @@ declare module 'vue' {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export { }
|
export {}
|
||||||
|
|
|
@ -9,7 +9,7 @@ useTitle(t('errors.not-found.text'))
|
||||||
<div
|
<div
|
||||||
class="mt-20 flex flex-col flex-wrap items-center justify-center text-center text-xl sm:flex-row sm:space-x-2 sm:text-left"
|
class="mt-20 flex flex-col flex-wrap items-center justify-center text-center text-xl sm:flex-row sm:space-x-2 sm:text-left"
|
||||||
>
|
>
|
||||||
<IconCloudQuestion class="h-12 w-12" />
|
<IconCloudQuestion class="h-12 w-12 fill-current" />
|
||||||
<h1>{{ t('errors.not-found.text') }}</h1>
|
<h1>{{ t('errors.not-found.text') }}</h1>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Reference in a new issue