When I am using the dark theme, some text color are missing.
in variables.scss
// @import "ionic.theme.default";
@import "ionic.theme.dark";
When I do
ionic serve
I get
How can I solve this issue?
When I am using the dark theme, some text color are missing.
in variables.scss
// @import "ionic.theme.default";
@import "ionic.theme.dark";
When I do
ionic serve
I get
How can I solve this issue?