Dark Mode - Off please

Started a new Ionic5 Angular Capacitor PWA project. Initial test running “ionic serve”- it’s in Dark Mode.

I managed to make it Light Mode for my “ionic serve” (on a mac) which is good, but when I did a “ionic build --prod” and publish onto android device I’m back to Dark Mode. aaaaaaarrrghhh - WHY?

My app will not suit dark mode - Anyone got a magic code change that fixes the mode to "Light"permanently

well - here is my answer…

Comment out all the “.ios body” and “.md body” in variables.scss

Shouldn’t have to this… (just saying)

1 Like