From 9dff536c9b381aa622bf485f9073039f9802dc51 Mon Sep 17 00:00:00 2001 From: Tobias Prima Date: Wed, 20 Mar 2024 20:24:35 +0800 Subject: [PATCH] feat: improve ui --- src/features/todos/TodoList.js | 3 +-- src/index.css | 22 ++++++++++++++++------ 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/src/features/todos/TodoList.js b/src/features/todos/TodoList.js index 421d7d4..e235626 100644 --- a/src/features/todos/TodoList.js +++ b/src/features/todos/TodoList.js @@ -40,7 +40,6 @@ const TodoList = () => { id="new-todo" value={newTodo} onChange={(e)=> setNewTodo(e.target.value)} - placeholder="Add New Todo" />