diff --git a/components/kanban/Column.tsx b/components/kanban/Column.tsx index 68c4b1d..2a7c21c 100644 --- a/components/kanban/Column.tsx +++ b/components/kanban/Column.tsx @@ -67,7 +67,7 @@ export function KanbanColumn({ id, title, color, tasks, onCreateTask, onDeleteTa const badgeVariant = color === 'green' ? 'success' : color === 'blue' ? 'primary' : color === 'red' ? 'danger' : 'default'; return ( -
+
) : (

@@ -254,7 +254,11 @@ export function TaskCard({ task, onDelete, onEdit, onUpdateTitle, compactView = {/* Tags avec couleurs */} {task.tags && task.tags.length > 0 && ( -
+