diff options
Diffstat (limited to 'src/DevHive.Angular/angular.json')
| -rw-r--r-- | src/DevHive.Angular/angular.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DevHive.Angular/angular.json b/src/DevHive.Angular/angular.json index 346be6f..c4b2bf6 100644 --- a/src/DevHive.Angular/angular.json +++ b/src/DevHive.Angular/angular.json @@ -28,6 +28,7 @@ "src/assets" ], "styles": [ + "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css", "src/styles.css" ], "scripts": [] @@ -91,6 +92,7 @@ "src/assets" ], "styles": [ + "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css", "src/styles.css" ], "scripts": [] |
