diff --git a/src/components/tasklist/item.jsx b/src/components/tasklist/item.jsx index bf748af6..680aab78 100644 --- a/src/components/tasklist/item.jsx +++ b/src/components/tasklist/item.jsx @@ -3,7 +3,7 @@ export default function Item({ task }) {
  • - +
    {task.title}
    @@ -11,4 +11,4 @@ export default function Item({ task }) {
  • ); -} +} \ No newline at end of file diff --git a/src/styles/globals.css b/src/styles/globals.css index ea780576..56d64a06 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -57,4 +57,8 @@ body { ::-webkit-details-marker { display: none; +} + +.checkbox { + border-radius: 0.25em; } \ No newline at end of file