Answers for "mat-form-field border color"

0

mat-form-field border color

<mat-form-field id="test" appearance="outline">
  ...
</mat-form-field>

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
    color: white;
}
Posted by: Guest on January-29-2022

Code answers related to "mat-form-field border color"

Browse Popular Code Answers by Language