Jeoxs / khanos

A Flutter Android Client for Kanboard
MIT License
51 stars 10 forks source link

Login screen text is invisible in dark mode #12

Closed murchu27 closed 3 years ago

murchu27 commented 3 years ago

I haven't reviewed the code, but I can see that one effect of switching to Dark Mode is inverting black text to white text throughout the whole app.

This works well in most places, but it makes the login screen text invisible, as the background that it sits against stays white, even in dark mode (see screenshot below).

Expected behaviour is that, when in dark mode, either the login screen text should either be left as black, or the background should change to black, so that text is visible.

Screenshot_20210828-074855_1

Jeoxs commented 3 years ago

Thank you for the report. I've published a new release with a fix for this. You can download it on the Latest Release page or wait for Google Play's Update rollout

murchu27 commented 3 years ago

Works perfectly on my side, thanks!