diff --git a/angular.json b/angular.json index a3ddf2a..8393565 100644 --- a/angular.json +++ b/angular.json @@ -36,6 +36,7 @@ } ], "styles": [ + "@angular/material/prebuilt-themes/azure-blue.css", "src/styles.scss" ], "scripts": [], @@ -113,6 +114,7 @@ } ], "styles": [ + "@angular/material/prebuilt-themes/azure-blue.css", "src/styles.scss" ], "scripts": []