simonalveteg / Workout-Tracker

A Workout Tracker for Android written with Jetpack Compose using MVVM architecture, a room database and dependency injection with dagger hilt.
21 stars 1 forks source link

Fix or disable light mode #49

Open simonalveteg opened 11 months ago

simonalveteg commented 11 months ago

I never use light mode, and the app has been designed using dark mode. I always have my phone in dark mode so I never notice how shit the light version of the app is.

It would be annoying to fix all the colors for light mode and make it look good, especially since I'll never use it myself.

If I disable light mode I won't have to maintain two different color schemes, and can spend more time on other features.

Will probably disable light mode at some point.