Skip to content

Commit

Permalink
fix: use correct theming import
Browse files Browse the repository at this point in the history
  • Loading branch information
jakerenzella committed Nov 20, 2023
1 parent b07f5f8 commit b0d3232
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// For more information: https://material.angular.io/guide/theming
@use '@angular/material' as mat;

@import '@angular/material/theming';
@include mat-core();
@include mat.core();

@import './theme.scss';

Expand Down

0 comments on commit b0d3232

Please sign in to comment.