update angular to version 12

step two: ng update @angular/material
This commit is contained in:
2021-07-03 09:05:09 +02:00
parent 6c1a0f997e
commit 976369527b
4 changed files with 19 additions and 18 deletions

View File

@@ -1,4 +1,5 @@
/* You can add global styles to this file, and also import other style files */
@use '~@angular/material' as mat;
/*
blue
#CBD7F4
@@ -145,7 +146,7 @@ mat-form-field.pdb-form-wide {
.errorPanel {
padding: 1ex;
background-color: map-get($mat-red, 100);
background-color: map-get(mat.$red-palette, 100);
border-radius: 5px;
}