chore: improve form styles

This commit is contained in:
Björn Fromme
2024-12-04 10:22:38 +01:00
parent 2454cfa682
commit b2c4952e3f
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
{%- endblock form_row -%}
{%- block form_label -%}
{% set class = '' %}
{% set class = 'font-semibold' %}
{% if errors|length %}
{% set class = class ~ ' text-red-500' %}
{% endif %}