diff --git a/apps/todo/apps/web/src/lib/components/TaskItem.svelte b/apps/todo/apps/web/src/lib/components/TaskItem.svelte index 4198015aa..e59353f6d 100644 --- a/apps/todo/apps/web/src/lib/components/TaskItem.svelte +++ b/apps/todo/apps/web/src/lib/components/TaskItem.svelte @@ -311,12 +311,6 @@ - -
- @@ -751,8 +734,8 @@ /* Priority dot */ .priority-dot { - width: 0.5rem; - height: 0.5rem; + width: 0.625rem; + height: 0.625rem; border-radius: 9999px; flex-shrink: 0; }