OpenArchive / Save-app-android-old

This is the Save app for Android
https://open-archive.org
GNU General Public License v3.0
93 stars 25 forks source link

The Next and Done buttons in the Android app have white font color instead of black as suggested in Figma design #581

Open vanichitkara opened 6 months ago

vanichitkara commented 6 months ago

Describe the bug The Next and Done buttons in the Android app have a white font colour instead of black, as suggested in the Figma design. This is for every screen in the app.

To Reproduce Steps to reproduce the behavior:

  1. Go to the "Connect to a server" screen
  2. Add a new server
  3. The login screen will have the Next button
  4. Logging in to the server will get us to the Done button next

Expected behaviour The Next and Done button should have the font colour black

Screenshots Screenshot_2024-03-12-22-02-36-95_0ee13e842c552dd3714f8967301299aa Screenshot_2024-03-12-22-02-48-54_0ee13e842c552dd3714f8967301299aa

Environment (please complete the following information):

ryjen commented 6 months ago

This is an accessibility issue reported on Google Play as well.

A fix should look at all occurrences within the application.

Assuming dark mode and light mode won't matter, the text should always be black.

The plus button is a unique case because it is in the footer - but still applies