fix light mode text color in some 2fa and auth views

This commit is contained in:
Gregor Vostrak
2025-04-01 14:47:36 +02:00
parent 8e6d1abbf3
commit 880c363ae4
6 changed files with 8 additions and 8 deletions

View File

@@ -185,7 +185,7 @@ const page = usePage<{
:href="route('verification.send')"
method="post"
as="button"
class="underline text-sm text-muted hover:text-gray-100 rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 dark:focus:ring-offset-gray-800"
class="underline text-sm text-muted hover:text-text-secondary rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 dark:focus:ring-offset-gray-800"
@click.prevent="sendEmailVerification">
Click here to re-send the verification email.
</Link>