From 5458167844208451e52f3870da65db916247b39f Mon Sep 17 00:00:00 2001 From: olshum Date: Sun, 27 Oct 2024 15:27:24 +0200 Subject: [PATCH] change TodoList input field class --- src/components/TodoList/TodoList.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/TodoList/TodoList.tsx b/src/components/TodoList/TodoList.tsx index 63055f840..b5321df0d 100644 --- a/src/components/TodoList/TodoList.tsx +++ b/src/components/TodoList/TodoList.tsx @@ -104,7 +104,9 @@ export const TodoList: React.FC = ({ {editingTodoId === todo.id ? ( setNewTodoTitle(e.target.value)} autoFocus