Update angular material to v19, run inject migration
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user