Skip to content

Commit

Permalink
invalid border color
Browse files Browse the repository at this point in the history
Signed-off-by: simvalery <[email protected]>
  • Loading branch information
simvalery committed Dec 11, 2024
1 parent f58587f commit fca9cdc
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ form {
.form-field-container {
margin-bottom: 24px;

::ng-deep .p-inputtext.ng-dirty.ng-invalid {
border-color: #f44336;
}

&:last-child {
margin-bottom: 0px;
}
Expand Down Expand Up @@ -391,4 +395,4 @@ form {
display: block;
}
}
}
}

0 comments on commit fca9cdc

Please sign in to comment.