I\'m using checkbox of angular-material2. Currently the default color of checkbox is coming as purple color. Looks like they have changed default color of checkbox from
this solution works well for me
/deep/.mat-checkbox-checked.mat-accent .mat-checkbox-background, .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background { background-color: #3490d3; }