update dependencies

This commit is contained in:
_Bastler
2022-01-20 08:55:52 +01:00
parent 2323262174
commit 48c66a3abb
4 changed files with 523 additions and 452 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// Custom Theming for Angular Material
@use '~@angular/material'as mat;
@use '@angular/material'as mat;
// For more information: https://material.angular.io/guide/theming
// Plus imports for other components in your app.
+1 -1
View File
@@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
$light-primary: mat.define-palette(mat.$gray-palette, 800);
$light-accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);