feat: improved validation error rendering of booking form

This commit is contained in:
Björn Fromme
2025-05-21 15:20:09 +02:00
parent 0ffd770f9b
commit 2e602b85b2
4 changed files with 31 additions and 22 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ label.required:after {
}
.form-field--has-error {
@apply border-red-500;
@apply border-red-700;
}
.form-checkbox,
@@ -18,7 +18,7 @@ label.required:after {
.form-checkbox--has-error,
.form-radio--has-error {
@apply border-red-500;
@apply border-red-700;
}
select[readonly] {