From 5ab4889b04d2b16e155147b9ef9005d55e55e13b Mon Sep 17 00:00:00 2001 From: janpeter visser Date: Mon, 27 Apr 2026 18:59:20 +0200 Subject: [PATCH] fix: restore priority color on PBI filter pill Co-Authored-By: Claude Sonnet 4.6 --- components/backlog/pbi-list.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/backlog/pbi-list.tsx b/components/backlog/pbi-list.tsx index 4a57b15..588706a 100644 --- a/components/backlog/pbi-list.tsx +++ b/components/backlog/pbi-list.tsx @@ -32,6 +32,7 @@ import { reorderPbisAction, updatePbiPriorityAction } from '@/actions/stories' import { cn } from '@/lib/utils' import { PbiDialog, type PbiDialogState } from './pbi-dialog' import { BacklogCard } from './backlog-card' +import { PRIORITY_COLORS } from '@/components/shared/priority-select' const PRIORITY_LABELS: Record = { 1: 'Kritiek', @@ -232,7 +233,7 @@ export function PbiList({ productId, pbis, isDemo }: PbiListProps) { onClick={() => setFilterPriority(null)} className="flex items-center gap-1 text-xs text-primary hover:underline" > - + {PRIORITY_LABELS[filterPriority]} ×