Skip to content

Commit

Permalink
Fix warning for loading prebuild angular theme
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerstolzenberg committed Apr 2, 2024
1 parent 2c1c2a7 commit 88ba631
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assets/styles/theme.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@use '@angular/material' as mat;

@import "@angular/material/prebuilt-themes/deeppurple-amber.css";

@include mat.core();

$dark-app-theme: mat.define-dark-theme(
Expand Down

0 comments on commit 88ba631

Please sign in to comment.