I have the issue that then I change the appearance of the from field to outline the floating label breaks the outline.
<mat-form-field appearance="outline">
<mat-label>Password</mat-label>
<input matInput [(ngModel)]="password">
</mat-form-field>
this is the code to the picture.
I have no clue why this is happening ¯\_(ツ)_/¯
I have tried to find other stack overflows with this problem.
I have reinstalled angular material.
BTW: This only happens when the form field is in focus