diff --git a/frontend/src/ChecklistSection.tsx b/frontend/src/ChecklistSection.tsx index ccb610a..3ff652d 100644 --- a/frontend/src/ChecklistSection.tsx +++ b/frontend/src/ChecklistSection.tsx @@ -81,7 +81,7 @@ export function ChecklistSection({ }} // biome-ignore lint/a11y/noAutofocus: intentional for inline title editing autoFocus - className="text-[13px] font-semibold text-foreground flex-1 min-w-0 bg-transparent outline-none rounded-md -mx-2 px-2 py-1" + className="text-sm font-semibold text-foreground flex-1 min-w-0 bg-transparent outline-none rounded-md -mx-2 px-2 py-1" aria-label="Checklist title" /> ) : ( @@ -94,7 +94,7 @@ export function ChecklistSection({ setTimeout(() => titleInputRef.current?.focus(), 0); }} className={cn( - "text-[13px] font-semibold text-foreground flex-1 min-w-0 text-left", + "text-sm font-semibold text-foreground flex-1 min-w-0 text-left", canEdit && "cursor-text rounded-md -mx-2 px-2 py-1 transition-colors hover:bg-muted/30", )} @@ -104,7 +104,7 @@ export function ChecklistSection({ )} {newItem && ( diff --git a/frontend/src/ChecklistsSection.tsx b/frontend/src/ChecklistsSection.tsx index a2b4a91..4b971a3 100644 --- a/frontend/src/ChecklistsSection.tsx +++ b/frontend/src/ChecklistsSection.tsx @@ -133,7 +133,7 @@ function ChecklistsSectionInner({ return (
-

+

Checklists

@@ -141,7 +141,7 @@ function ChecklistsSectionInner({