Skip to content

Commit

Permalink
fix: set default demo icon library to material
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerke committed Sep 27, 2024
1 parent 825f92d commit b847fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/demo/src/app/demo-page/demo-page.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class DemoPageComponent {
position = 'top-right';

iconLibraries = ['none', 'material', 'font-awesome'];
iconLibrary = 'font-awesome';
iconLibrary = 'material';
ToastType = ToastType;
autoClose = 5000;
disableAutoClose = false;
Expand Down

0 comments on commit b847fc3

Please sign in to comment.