QFix Kanban (#3135)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-05-04 14:51:26 +06:00
committed by GitHub
parent 4782a17cf0
commit 4801b20d8b
3 changed files with 5 additions and 5 deletions
@@ -287,13 +287,13 @@
<!-- {@const status = $statusStore.get(state._id)} -->
{#key lth}
<div
style:--kanban-header-rgb-color={accentColors[index].backgroundColor}
style:--kanban-header-rgb-color={accentColors[index]?.backgroundColor}
class="header flex-row-center"
class:gradient={!lth}
>
<span
class="clear-mins fs-bold overflow-label pointer-events-none"
style:color={accentColors[index].textColor}
style:color={accentColors[index]?.textColor}
>
{#if groupByKey === noCategory}
<Label label={view.string.NoGrouping} />