{body}
-- {dateSubheader} -
- {tasks.length < MAX_TASKS && ( - setNewTask(e.target.value)} - onKeyDown={handleTaskKeyPress} - onBlur={() => { - if (newTask.trim()) { - handleAddTask(); - } - }} - className="w-full rounded border-2 border-[hsl(202_100_67)] bg-white px-3 py-2 font-[Rubik] text-sm text-black shadow-[0_0_8px_rgba(96,165,250,0.3)] placeholder:text-[#666] focus:border-[hsl(202_100_67)] focus:shadow-[0_0_12px_rgba(96,165,250,0.5)] focus:outline-none" - /> - )} -