0
I’m using Ionic 4 and I’m having a hard time changing the theme to dark.
In Ionic 3, I was only in the document scss variables. and made the change:
de
@import "ionic.theme.default";
para
@import "ionic.theme.dark";
Now, when I enter the document scss variables. no longer has the import of "Ionic.Theme". How do I change the theme of my application in Ionic 4?