Skip to content

Commit 9530d7a

Browse files
committed
lint
1 parent 51b574c commit 9530d7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/twig/src/renderer/features/sidebar/components/items

apps/twig/src/renderer/features/sidebar/components/items/TaskItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ function InlineEditInput({
240240

241241
return (
242242
<div
243-
className={`flex w-full items-start px-2 py-1.5 font-mono text-[12px]${isActive ? " bg-accent-4 text-gray-12" : ""}`}
243+
className={`flex w-full items-start px-2 py-1.5 font-mono text-[12px]${isActive ? "bg-accent-4 text-gray-12" : ""}`}
244244
style={{
245245
paddingLeft: `${depth * INDENT_SIZE + 8 + (depth > 0 ? 4 : 0)}px`,
246246
gap: "4px",

0 commit comments

Comments
 (0)