diff --git a/src/components/tasklist/taskbox.jsx b/src/components/tasklist/taskbox.jsx index 2c68d6b5..a979252f 100644 --- a/src/components/tasklist/taskbox.jsx +++ b/src/components/tasklist/taskbox.jsx @@ -13,9 +13,10 @@ export default function TaskBox({submitAction}) { } return ( -
-
- setFormVal(e.target.value)} /> +
+
+
+ + setFormVal(e.target.value)} />
); diff --git a/src/styles/globals.css b/src/styles/globals.css index 56d64a06..fa3f9846 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -61,4 +61,8 @@ body { .checkbox { border-radius: 0.25em; +} + +.textinput { + border: none; } \ No newline at end of file