This commit is contained in:
saravanakumarkandasami 2018-11-17 18:37:41 +05:30
parent ebdc3c6a13
commit c9d450e5c3

View File

@ -5,7 +5,7 @@
@import '~@angular/material/theming';
/**-- $primary: mat-palette($mat-deep-purple); --*/
$primary: mat-palette($mat-red);
$accent: mat-palette($mat-amber, A200, A100, A400);
$accent: mat-palette($mat-blue,900);
$warn: mat-palette($mat-red);
$theme: mat-light-theme($primary, $accent, $warn);
$background: map-get($theme, background);