From 4f278b0567010beb95fbceecacd42ece8b91a91e Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 13 Aug 2025 12:59:58 +0100 Subject: [PATCH] feat: tweak new checklist item form styling --- .../card/components/NewChecklistItemForm.tsx | 20 +++---------------- 1 file changed, 3 insertions(+), 17 deletions(-) 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") {