summaryrefslogtreecommitdiff
path: root/recipeBuddy/angular.json
diff options
context:
space:
mode:
authorschencej <schencej@clarkson.edu>2019-12-09 17:56:04 -0500
committerschencej <schencej@clarkson.edu>2019-12-09 17:56:04 -0500
commitdb8a87f4903ad224238f938d1b36594001e7333f (patch)
tree58825d7f1a197951126a992441c10ea72604ba38 /recipeBuddy/angular.json
parent2b43753e546b85ad3aea411df9636b23153fb9d8 (diff)
parentc37cbf8fbdb48ce8fc14a76ded2ff5401d7bae4d (diff)
Merge branch 'master' of https://github.com/tuckerevans/recipe_buddy into elim
Diffstat (limited to 'recipeBuddy/angular.json')
-rw-r--r--recipeBuddy/angular.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipeBuddy/angular.json b/recipeBuddy/angular.json
index f316a85..982ce12 100644
--- a/recipeBuddy/angular.json
+++ b/recipeBuddy/angular.json
@@ -24,6 +24,7 @@
"src/assets"
],
"styles": [
+ "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.css"
],
"scripts": []
@@ -89,6 +90,7 @@
"src/assets"
],
"styles": [
+ "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.css"
],
"scripts": []
@@ -120,6 +122,7 @@
}
}
}
- }},
+ }
+ },
"defaultProject": "recipeBuddy"
} \ No newline at end of file