Skip to content

Commit 53178f9

Browse files
committed
remove duplicate Material component color includes
caused the duplicate color styles warning surfaced by the esbuild builder during ng serve
1 parent 88d53ea commit 53178f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/custom-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ body {
116116
--dependency-predecessor-fill: #deeedeff;
117117
--dependency-successor-fill: #fdfdfdff;
118118

119-
@include mat.all-component-colors($DSOMM-light-theme);
119+
// @include mat.all-component-colors($DSOMM-light-theme);
120120
}
121121

122122
// ----------------------------------------------

0 commit comments

Comments
 (0)