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

@@ -87,7 +87,7 @@ const submit = () => {
<div class="flex items-center justify-end mt-4">
<button
type="button"
class="text-sm text-muted hover:text-gray-900 underline cursor-pointer"
class="text-sm text-muted hover:text-text-primary underline cursor-pointer"
@click.prevent="toggleRecovery">
<template v-if="!recovery"> Use a recovery code</template>