[Bug]: Tag colors don't work
ElphaTech opened this issue · 0 comments
ElphaTech commented
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?