Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2022-11-29 22:22:33 +07:00
committed by GitHub
parent 63b0e63866
commit 5dde89f503
21 changed files with 375 additions and 99 deletions
@@ -21,7 +21,7 @@
import Lost from '../icons/Lost.svelte'
export let value: DoneState
export let showTitle: boolean = false
export let showTitle: boolean = true
$: color = value._class === task.class.WonState ? getPlatformColor(0) : getPlatformColor(11)
</script>