update dependencies
This commit is contained in:
+1
-1
@@ -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
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user