remove color in task
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-07-21 09:02:03 +03:30
parent dd9bc0ddca
commit bddf675d66
+5 -3
View File
@@ -37,9 +37,11 @@ const Task: FC<Props> = ({ task, isDragging, onClick }) => {
}`} }`}
> >
{task.color ? <div className="h-10 rounded-lg" style={{ backgroundColor: task.color }} /> : null} {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 ? (
{task.tag} <div className="bg-[#FF76C2] h-5 px-3 flex items-center mt-2 text-[10px] text-white rounded-md w-fit">
</div> {task.tag}
</div>
) : null}
<div className="font-bold text-xs mt-2">{task.title}</div> <div className="font-bold text-xs mt-2">{task.title}</div>
{task.ticketId ? ( {task.ticketId ? (
<Link <Link