TheKoTech / Obsidian-Kanban-Redesign

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Tag colors don't work

ElphaTech opened this issue · comments

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?