Skip to content
Snippets Groups Projects
Commit 0794d219 authored by OUKASSOU Anas's avatar OUKASSOU Anas
Browse files

design task item

parent d3c6d07a
No related branches found
No related tags found
1 merge request!14Feature/manage tasks
......@@ -24,7 +24,7 @@ export default function TaskItem({ task }) {
: "No due date";
return (
<li className="flex items-center space-x-4">
<li>
<div className="flex items-start p-4 border rounded-lg shadow-sm bg-white my-2 hover:shadow-md transition-shadow">
<div className="flex-shrink-0 pt-1">
<input
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment