Я хотел изменить цветовую схему материала angular по умолчанию на собственную. html: организация
custom.s css:
$custom-primary: mat-palette($mat-red, 50);
$custom-accent: mat-palette($mat-light-green, A700);
$ custom-theme: mat-light-theme ( $ custom-primary, $ custom-accent);
@ include angular -material-theme ($ custom-theme); @include generate-theme-vars ($ custom-theme);