Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-17 19:11:37 +00:00
parent 36c79de28b
commit 4c2cbed9a2

View file

@ -199,7 +199,7 @@ export function SkillTestPanel({
variant="outline" variant="outline"
className={ className={
run.status === "success" run.status === "success"
? "bg-emerald-500/15 text-emerald-600 dark:text-emerald-400 border-emerald-500/30" ? "bg-success/15 text-success border-success/30"
: "bg-destructive/15 text-destructive border-destructive/30" : "bg-destructive/15 text-destructive border-destructive/30"
} }
> >