From a7d425be0fa67170fd9aad586a4ba0e1c0b6b4f7 Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Tue, 16 Apr 2024 01:39:09 +0200 Subject: [PATCH] fix 2fa background color to make 2fa codes readable --- .../js/Pages/Profile/Partials/TwoFactorAuthenticationForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/Pages/Profile/Partials/TwoFactorAuthenticationForm.vue b/resources/js/Pages/Profile/Partials/TwoFactorAuthenticationForm.vue index db242c98..6d1631d1 100644 --- a/resources/js/Pages/Profile/Partials/TwoFactorAuthenticationForm.vue +++ b/resources/js/Pages/Profile/Partials/TwoFactorAuthenticationForm.vue @@ -210,7 +210,7 @@ const disableTwoFactorAuthentication = () => {
+ class="grid gap-1 max-w-xl mt-4 px-4 py-4 font-mono text-sm bg-input-background text-gray-100 rounded-lg">
{{ code }}