diff --git a/app/components/draft/QueueSection.tsx b/app/components/draft/QueueSection.tsx index 9c7ce56..0f6e9aa 100644 --- a/app/components/draft/QueueSection.tsx +++ b/app/components/draft/QueueSection.tsx @@ -77,7 +77,7 @@ const SortableQueueItem = memo(function SortableQueueItem({ style={style} {...attributes} className={`p-2 rounded-lg ${ - canPick ? "bg-electric/10 border border-electric/40" : "bg-card" + canPick ? "bg-electric/10 border border-electric/40" : "bg-white/[0.06]" }`} >