From fc78924ea4dbb59aa86df70737ee4a5b8d0520c2 Mon Sep 17 00:00:00 2001 From: poanse <50020771+poanse@users.noreply.github.com> Date: Sat, 20 Dec 2025 05:00:58 +0300 Subject: [PATCH] add task button color fix --- src/components/AddTaskButton.svelte | 31 +++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/src/components/AddTaskButton.svelte b/src/components/AddTaskButton.svelte index cf7c9a6..b9587d4 100644 --- a/src/components/AddTaskButton.svelte +++ b/src/components/AddTaskButton.svelte @@ -59,12 +59,12 @@ xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" style=" - position: absolute; - left: {TASK_SIZE.width - 41/2 - 1}px; - top: {TASK_SIZE.height/2 - 41/2}px; - width: 41; - height: 41; - " + position: absolute; + left: {TASK_SIZE.width - 41/2 - 1}px; + top: {TASK_SIZE.height/2 - 41/2}px; + width: 41; + height: 41; + " > {/if} + +