feat: improved validation error rendering of booking form
This commit is contained in:
@@ -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] {
|
||||
|
||||
Reference in New Issue
Block a user