Is there any way by which we can add border color in mat input field in Angular , by default it comes with no border and when we hover over it it gets a border black .
Can we change the default behaviour to black border ? I am unable to do that by any css .
I used this -
.mat-form-field-appearance-outline .mat-form-field-outline {
color: white;
}