Dark theme not loading colors

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

image

How can I solve this issue?