JackG
0
Q:

ionic getting automatic disable dark mode on android

// Change from dark to light. If you have not modified the variable.scss. it should be in line 79.
@media (prefers-color-scheme: dark)
3
One way to remove the dark theme would be by editing the variables.scss file and removing this style rule:

@media (prefers-color-scheme: dark) {
  ...
}
1

New to Communities?

Join the community