fix color issue

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2022-02-19 23:50:33 +01:00
parent 28a17f2a6c
commit f89183d11d
2 changed files with 2 additions and 2 deletions

View file

@ -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>