Skip to content

Commit a95ad30

Browse files
Properly override prebuilt-themes/indigo-pink.css style
1 parent 9bd1377 commit a95ad30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/src/shared/core.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
.mat-flat-button.mat-primary:not([disabled]),
8282
.mat-mini-fab.mat-primary:not([disabled]),
8383
.mat-raised-button.mat-primary:not([disabled]) {
84-
background-color: @color;
84+
background-color: @color !important;
8585
}
8686
.mat-form-field-invalid .mat-input-element,
8787
.mat-warn .mat-input-element {

0 commit comments

Comments
 (0)