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

[Bug]: Tag colors don't work #3

Open
ElphaTech opened this issue Oct 3, 2023 · 0 comments
Open

[Bug]: Tag colors don't work #3

ElphaTech opened this issue Oct 3, 2023 · 0 comments

Comments

@ElphaTech
Copy link

Tag colors just show as the defaults and cannot be customized.
Image of it not working:
image

Potential Solution:
Removing lines 246 and 247 seem to fix it without breaking anything else. Lines in question:

background: hsla(var(--interactive-accent-hsl), .1);
color: hsla(var(--interactive-accent-hsl), 0.8);

Should I try to make a pull request to fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant