@@ -1465,7 +1457,7 @@ function PromptListCard({
onChange={(e) => updateItem(i, e.target.value)}
rows={2}
placeholder={`Prompt ${i + 1}...`}
- className="flex-1 resize-y rounded-lg border-0 bg-background/80 px-3 py-2 text-sm ring-1 ring-border/60 outline-none focus:ring-primary/50 transition-shadow leading-relaxed"
+ className="flex-1 resize-y rounded-lg border-0 bg-background/80 px-3 py-2 text-sm ring-1 ring-border/60 outline-none focus:ring-ring transition-shadow leading-relaxed"
/>