aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client/angular.json
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/client/angular.json')
-rw-r--r--cds-ui/client/angular.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/cds-ui/client/angular.json b/cds-ui/client/angular.json
index 5eba741ed..f6188a6b2 100644
--- a/cds-ui/client/angular.json
+++ b/cds-ui/client/angular.json
@@ -28,7 +28,8 @@
],
"styles": [
"src/styles.scss",
- "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
+ "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
+ "./node_modules/material-design-icons/iconfont/material-icons.css"
],
"scripts": []
},