After referring to the links provided below, I successfully changed the color of a textbox to a darkish grey.
Link 2
::ng-deep .mat-form-field-appearance-outline .mat-form-field-outline {
color: #757575!important;
}
Although this solved the initial problem, it also affected the error validation display by keeping the outside color as dark grey. Ideally, I would like the error message color to change to red only during validation errors. How can this be fixed?
Current Result:
https://i.stack.imgur.com/K11ZO.png
Expected Result: