fix dark mode classes

This commit is contained in:
yogesh-gohil
2023-03-30 17:29:28 +05:30
parent dccf69293d
commit 506eba30d4
5 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@
<div class="flex items-center justify-between">
<router-link
:to="{ name: 'customer.forgot-password' }"
class="text-sm text-primary-600 hover:text-gray-500"
class="text-sm text-primary-400 hover:text-gray-500 dark:hover:text-primary-500"
>
{{ $t('login.forgot_password') }}
</router-link>