Update Task.tsx + src/css/vendor/tail.css

This commit is contained in:
0x1eef 2024-04-01 01:05:40 -03:00
parent 31038f3338
commit 89e3581912
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 4db680b05a56b8a7c9718aba7bb563516232ad62
Subproject commit feb7854f25e9fb1a42fb0eaad24b350b3155ae8d

View file

@ -81,7 +81,7 @@ export function Task() {
})}
/>
<input
className="p-3 flex w-3/4 mb-3"
className="p-3 flex w-3/4 mb-3 outline-none"
type="text"
placeholder="Title"
defaultValue={task?.title}