-
Notifications
You must be signed in to change notification settings - Fork 295
fix(ui): improve color contrast of tags #12058
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
@nimishavijay could you please give early feedback? Is the approach acceptable design-wise? |
|
Nice improvements on the visual design aspects like rounding corners etc. I agree that the color contrast can be improved, but going with such bright colours seems like possibly a regression design-wise. We could use very dark and very light versions of the tag color, similar to before, and additionally add a 1px border. Something like this: since --main-text and --main-bg always have very high contrast, it should work. What do you think? |
| }, | ||
| }) | ||
|
|
||
| // Source - https://stackoverflow.com/a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| // Source - https://stackoverflow.com/a | |
| // Source - https://stackoverflow.com/a/9733420 |

Fixes #5149