Closed
Description
Reproduction
Steps to reproduce:
- Button
- In _theming.scss line 2204 styles for not disabled button owerrides primary border color
.mat-stroked-button:not([disabled]) {
border-color: mat-color($foreground, divider);
}
Expected Behavior
in color="primary"
and not disabled
button color of borders should be primary by default