Skip to content

Commit

Permalink
120594: red invalid input label
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout-atmire committed Feb 28, 2025
1 parent 6f3dcc7 commit 25f9c59
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@
width: 100%;
}
}

:host ::ng-deep .custom-control-input.is-invalid ~ .custom-control-label {
color: var(--bs-form-invalid-color);
}

0 comments on commit 25f9c59

Please sign in to comment.