-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Friendly error links have poor color contrast #2046
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
Comments
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already. |
Hi there, if someone isn't already working on this, I'd like to have a crack! This would also be my first open source contribution :). |
I am not aware of anyone working on it and feel free to let me know if there's anything I can do to help. Thanks for your interest :) |
I've got a working fix, can a maintainer give me the green light to open a PR? Thanks. |
Hi @Brady-Edwards, super excited to see your work! :) Please feel free to go through with the PR, or let me know if there's anything else you need beforehand! |
Hello. is this still open? |
Hi there. If this haven't been resolved yet then I would love to do so. Also can somebody point me where can I get slack or discord link where there is more discussion on issues. |
Hi @devtarun and @ayushbhaimehta! Yes, this is still currently open, but I think @Brady-Edwards had some work done on this earlier. However, please feel free to add to this issue! This is the invite URL for the p5.js discord. :) |
Hi there, I had completely forgotten about this (got carried away with life)! I had already pin-pointed the issue and a fix for it but never got around to issuing a pull request. However, I'm more than happy for someone else to issue the pull request for this instead :). Either way, I'll quickly detail what I found to cause the issue here: In this snippet here, the |
@raclim I pretty much agree with brady. The CSS seemed to be overridden by 2-3 external modules of CSS (one is definitely from main but still can't figure out the other ones). |
I looked into this a bit so I want to get this written down for posterity. The TL;DR is that we are missing an important prop on a component from an external package. Here's what I'm seeing in dev tools There is an appropriate link color The console component comes from an external package What we are not doing, however, is passing a
There are two ways to fix this:
We need to add one additional line to the code here
I recommend #1 for simplicity. |
Based on the suggestion of @lindapaiste here processing#2046 (comment) I have made the changes and testes them locally.
Details about the bug:
https://editor.p5js.org/stampyzfanz/sketches/flp7cojOM
The problem is inline CSS that changes the colour of FES links without taking into account the theme that is used.
The text was updated successfully, but these errors were encountered: