From 880c363ae467ebf6279f30ceda836df16acd86ed Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Tue, 1 Apr 2025 14:47:36 +0200 Subject: [PATCH] fix light mode text color in some 2fa and auth views --- resources/js/Pages/Auth/TwoFactorChallenge.vue | 2 +- resources/js/Pages/Auth/VerifyEmail.vue | 2 +- resources/js/Pages/PrivacyPolicy.vue | 2 +- .../Pages/Profile/Partials/TwoFactorAuthenticationForm.vue | 6 +++--- .../Pages/Profile/Partials/UpdateProfileInformationForm.vue | 2 +- resources/js/Pages/TermsOfService.vue | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/js/Pages/Auth/TwoFactorChallenge.vue b/resources/js/Pages/Auth/TwoFactorChallenge.vue index 3b6f12e4..67b1194e 100644 --- a/resources/js/Pages/Auth/TwoFactorChallenge.vue +++ b/resources/js/Pages/Auth/TwoFactorChallenge.vue @@ -87,7 +87,7 @@ const submit = () => {
diff --git a/resources/js/Pages/PrivacyPolicy.vue b/resources/js/Pages/PrivacyPolicy.vue index 1f949db8..9d62c030 100644 --- a/resources/js/Pages/PrivacyPolicy.vue +++ b/resources/js/Pages/PrivacyPolicy.vue @@ -10,7 +10,7 @@ defineProps({