ionic disable dark mode chrome code example
Example: ionic getting automatic disable dark mode on android
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) {
...
}