I'm submitting a ...
[ X ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
What is the current behavior?
Switch to the blur theme and the background is grey instead of a gradient of green.
Happened to me as well after the lastest release. Problem is with the call to mainBgUrl. It have been updated in the ng2.scss file, but not in the blur theme.
needs to be like that: $mainBgUrl: $assets-root + $images-root + 'blur-bg.jpg'
I will open a PR for that soon.
Now its working @LucasBrazi06. Make a pull to master.
Most helpful comment
Now its working @LucasBrazi06. Make a pull to master.