Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links in form are displayed in very light color #3567

Open
alex-cit opened this issue Aug 11, 2024 · 2 comments
Open

Links in form are displayed in very light color #3567

alex-cit opened this issue Aug 11, 2024 · 2 comments
Labels
android 🤖 Relates to Android app version bug forms related to attribute forms ui/ux Related to user interface

Comments

@alex-cit
Copy link

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 alex-cit added the forms related to attribute forms label Aug 11, 2024
@VitorVieiraZ VitorVieiraZ added enhancement android 🤖 Relates to Android app version bug labels Aug 12, 2024
@VitorVieiraZ
Copy link
Contributor

VitorVieiraZ commented Aug 12, 2024

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 VitorVieiraZ added the ui/ux Related to user interface label Aug 21, 2024
@tomasMizera
Copy link
Collaborator

Hi @alex-cit, you can change the link color with CSS :) See

text: "<style>" + "a:link { color: " + __style.earthColor
+ "; text-decoration: underline; }" + "p.odd { color: "
+ __style.nightColor + "; }" + "</style>" + root.text

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android 🤖 Relates to Android app version bug forms related to attribute forms ui/ux Related to user interface
Projects
None yet
Development

No branches or pull requests

3 participants