We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tag colors just show as the defaults and cannot be customized. Image of it not working:
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tag colors just show as the defaults and cannot be customized.

Image of it not working:
Potential Solution:
Removing lines 246 and 247 seem to fix it without breaking anything else. Lines in question:
Should I try to make a pull request to fix it?
The text was updated successfully, but these errors were encountered: