mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-03 17:05:16 +03:00
parent
4782a17cf0
commit
4801b20d8b
@ -1 +1 @@
|
||||
{ "major": 0, "minor": 6, "patch": 92 }
|
||||
{ "major": 0, "minor": 6, "patch": 93 }
|
||||
|
@ -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} />
|
||||
|
@ -305,14 +305,14 @@
|
||||
<!-- {@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-between"
|
||||
class:gradient={!lth}
|
||||
>
|
||||
<div class="flex-row-center gap-1">
|
||||
<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} />
|
||||
|
Loading…
Reference in New Issue
Block a user