update angular to version 12
step two: ng update @angular/material
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user