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
@@ -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.tag ? (
<div className="bg-[#FF76C2] h-5 px-3 flex items-center mt-2 text-[10px] text-white rounded-md w-fit">
{task.tag}
</div>
) : null}
<div className="font-bold text-xs mt-2">{task.title}</div>
{task.ticketId ? (
<Link