change theme from purple to blue

This commit is contained in:
2019-10-12 09:56:14 +02:00
parent 2825654b7a
commit 47d8387fec
2 changed files with 26 additions and 1 deletions

View File

@@ -28,7 +28,8 @@
"src/assets"
],
"styles": [
"src/styles.scss"
"src/styles.scss",
"src/custom-theme.scss"
],
"scripts": []
},