From 44a1b35ac349128daccece3665345aef82db9b49 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Tue, 30 Apr 2024 20:25:50 -0700 Subject: [PATCH] bg color changes --- src/signup/CaptchaForm.vue | 4 ++-- src/signup/RecoveryEmailForm.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/signup/CaptchaForm.vue b/src/signup/CaptchaForm.vue index aa2eba48..2ad10720 100644 --- a/src/signup/CaptchaForm.vue +++ b/src/signup/CaptchaForm.vue @@ -166,9 +166,9 @@ export default { margin-bottom: 10px; } #captchaForm #fields input { - background-color: var(--input-background-color); + background-color: #ffffff; margin-bottom: 0; - color: var(--color-main-text); + color: #000000; display: block; width: 100%; font-size: 16px; diff --git a/src/signup/RecoveryEmailForm.vue b/src/signup/RecoveryEmailForm.vue index e1b832b4..00bc89e9 100644 --- a/src/signup/RecoveryEmailForm.vue +++ b/src/signup/RecoveryEmailForm.vue @@ -160,9 +160,9 @@ export default { } #recoveryEmailForm #fields input{ - background-color: var(--input-background-color); + background-color: #ffffff; margin-bottom: 0; - color: var(--color-main-text); + color: #000000; display: block; width: 100%; font-size: 16px; -- GitLab