Update angular material to v19, run inject migration

This commit is contained in:
2025-02-11 11:10:35 +10:30
parent 5a4541435f
commit e1747ce20a
7 changed files with 38 additions and 40 deletions

View File

@@ -1,7 +1,8 @@
@use "@angular/material" as mat;
@use "./theme.scss";
@include mat.core();
@include mat.elevation-classes();
@include mat.app-background();
@mixin custom-colours($theme) {
.mat-toolbar {
@@ -20,7 +21,8 @@
}
html {
@include mat.core-theme(theme.$rose-theme);
@include mat.elevation-classes();
@include mat.app-background();
@include mat.toolbar-theme(theme.$rose-theme);
@include mat.button-theme(theme.$rose-theme);
@include mat.tree-theme(theme.$rose-theme);