mobile icon indicating copy to clipboard operation
mobile copied to clipboard

Links in form are displayed in very light color

Open alex-cit opened this issue 1 year ago • 2 comments

If there are some links the form, they are displayed in a very light color and can be hard to read (depending on the display brightness).

Maybe we could use a color that is a little bit darker?

image

alex-cit avatar Aug 11 '24 18:08 alex-cit

Thanks for the catch @alex-cit. When we're in Dark mode on Android, rich text color becomes too light, making it hard to read. This issue doesn't occur on iOS, therefore I believe rich text's color shouldn't change regardless of the platform's color mode.

VitorVieiraZ avatar Aug 12 '24 14:08 VitorVieiraZ

Hi @alex-cit, you can change the link color with CSS :) See https://github.com/MerginMaps/mobile/blob/268b8cb5006862eda5bf68fb3783b0b2dfffbaa0/app/qml/settings/MMLogPage.qml#L42-L44

We could use this approach too, but it would override the user-specified color (if there is any).

tomasMizera avatar Aug 21 '24 13:08 tomasMizera