update angular material to version 12
This commit is contained in:
parent
b63879432d
commit
c4a5ca9402
|
@ -22,13 +22,13 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "~12.2.16",
|
||||
"@angular/cdk": "^11.2.13",
|
||||
"@angular/cdk": "^12.2.13",
|
||||
"@angular/common": "~12.2.16",
|
||||
"@angular/compiler": "~12.2.16",
|
||||
"@angular/core": "~12.2.16",
|
||||
"@angular/forms": "~12.2.16",
|
||||
"@angular/localize": "^12.2.16",
|
||||
"@angular/material": "^11.2.13",
|
||||
"@angular/material": "^12.2.13",
|
||||
"@angular/platform-browser": "~12.2.16",
|
||||
"@angular/platform-browser-dynamic": "~12.2.16",
|
||||
"@angular/platform-server": "~12.2.16",
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
@import '~@angular/material/theming';
|
||||
@include mat-core();
|
||||
$my-app-primary: mat-palette($mat-gray, 900);
|
||||
$my-app-accent: mat-palette($mat-light-green, 700);
|
||||
|
||||
$my-app-theme: mat-light-theme($my-app-primary, $my-app-accent);
|
||||
|
||||
@include angular-material-theme($my-app-theme);
|
||||
|
Loading…
Reference in New Issue