Skip to content

Commit bd8f529

Browse files
committed
Enhance activation form field styling for improved readability
1 parent 524c11f commit bd8f529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accounts/templates/django_registration/activation_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1>Activate Account</h1>
3535
<label for="{{ field.id_for_label }}" class="label">
3636
<span class="label-text font-medium">{{ field.label }}</span>
3737
</label>
38-
{{ field|add_class:"input input-bordered w-full bg-white" }}
38+
{{ field|add_class:"input input-bordered w-full bg-white text-gray-800" }}
3939
{% if field.help_text %}
4040
<span class="label-text-alt text-sm mt-1">{{ field.help_text }}</span>
4141
{% endif %}

0 commit comments

Comments
 (0)