diff --git a/apps/web/src/views/card/components/NewChecklistItemForm.tsx b/apps/web/src/views/card/components/NewChecklistItemForm.tsx index 5c52bc5a..4580ef3b 100644 --- a/apps/web/src/views/card/components/NewChecklistItemForm.tsx +++ b/apps/web/src/views/card/components/NewChecklistItemForm.tsx @@ -120,28 +120,14 @@ const NewChecklistItemForm = ({ }, []); return ( -
e.preventDefault()} className="mt-1"> + e.preventDefault()}>
setValue("title", e.target.value)} - className="m-0 min-h-[20px] w-full p-0 text-sm leading-5 text-light-900 outline-none focus-visible:outline-none dark:text-dark-1000" + className="m-0 min-h-[20px] w-full p-0 text-sm leading-5 text-light-900 outline-none focus-visible:outline-none dark:text-dark-950" onBlur={() => submitIfNotEmpty(false)} onKeyDown={async (e) => { if (e.key === "Enter") {