Skip to content

Commit

Permalink
fix(styles): border color on invalid inputs (#2029)
Browse files Browse the repository at this point in the history
Fix over #1945
  • Loading branch information
imagoiq authored Oct 3, 2023
1 parent a144769 commit e668011
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/styles/src/components/form-validation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
}
}

.form-control {
.form-control,
.form-select {
@include form-validation-state-selector(invalid) {
border-color: form-validation.$form-feedback-invalid-color;

Expand Down

0 comments on commit e668011

Please sign in to comment.