This commit is contained in:
@@ -36,7 +36,7 @@ const Task: FC<Props> = ({ task, isDragging, onDragStart, onDragEnd, onClick })
|
||||
isDragging ? "opacity-40" : ""
|
||||
}`}
|
||||
>
|
||||
<div className="h-10 bg-yellow-500 rounded-lg"></div>
|
||||
{task.color ? <div className="h-10 rounded-lg" style={{ backgroundColor: task.color }} /> : null}
|
||||
<div className="bg-[#FF76C2] h-5 px-3 flex items-center mt-2 text-[10px] text-white rounded-md w-fit">
|
||||
{task.tag}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user