Skip to content

Commit ba3dbe1

Browse files
committed
fix(button): fix stroked button border color
1 parent 3cc9c67 commit ba3dbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/button/_button-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
// Note: this needs a bit extra specificity, because we're not guaranteed the inclusion
100100
// order of the theme styles and the button reset may end up resetting this as well.
101-
.mat-stroked-button:not(.mat-button-disabled) {
101+
.mat-stroked-button:not([disabled]) {
102102
border-color: mat-color($foreground, divider);
103103
}
104104

0 commit comments

Comments
 (0)