Obsidian-Kanban-Redesign icon indicating copy to clipboard operation
Obsidian-Kanban-Redesign copied to clipboard

[Bug]: Tag colors don't work

Open ElphaTech opened this issue 1 year ago • 0 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?

ElphaTech avatar Oct 03 '23 01:10 ElphaTech