From d15b948e8fe7c5c879e0a6fb47e6227467550c06 Mon Sep 17 00:00:00 2001 From: Dani Hodovic Date: Tue, 25 Jun 2024 16:40:17 -0300 Subject: [PATCH] fix: make label text visible for dark themes (#82) --- allauth_ui/templates/account/login.html | 2 +- allauth_ui/templates/components/form.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/allauth_ui/templates/account/login.html b/allauth_ui/templates/account/login.html index 2a9241b..02bcc0f 100644 --- a/allauth_ui/templates/account/login.html +++ b/allauth_ui/templates/account/login.html @@ -15,7 +15,7 @@
{{ redirect_field }} diff --git a/allauth_ui/templates/components/form.html b/allauth_ui/templates/components/form.html index 276f4b4..3b0c93e 100644 --- a/allauth_ui/templates/components/form.html +++ b/allauth_ui/templates/components/form.html @@ -9,7 +9,7 @@ {% for field in form.visible_fields %} {% if field.name != "remember" %} {% if field.errors %} {% render_field field placeholder="" class="w-full input input-bordered text-primary input-error" %}