feat: apply board color to TopBar border and column header accents
This commit is contained in:
@@ -75,7 +75,7 @@ export function KanbanColumn({ column, onCardClick }: KanbanColumnProps) {
|
||||
>
|
||||
{/* The column header is the drag handle for column reordering */}
|
||||
<div {...listeners}>
|
||||
<ColumnHeader column={column} cardCount={column.cardIds.length} />
|
||||
<ColumnHeader column={column} cardCount={column.cardIds.length} boardColor={board?.color} />
|
||||
</div>
|
||||
|
||||
{/* Card list - wrapped in SortableContext for within-column sorting */}
|
||||
|
||||
Reference in New Issue
Block a user