Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-17 19:02:55 +00:00
parent 52d053c00f
commit cfbc0b07a3
4 changed files with 7 additions and 7 deletions

View file

@ -204,7 +204,7 @@ function NovaSkillPage() {
return (
<li key={f.key} className="flex items-center gap-2 text-sm">
{done ? (
<Check className="h-4 w-4 text-emerald-500 shrink-0" />
<Check className="h-4 w-4 text-success shrink-0" />
) : (
<CircleDashed className="h-4 w-4 text-muted-foreground/50 shrink-0" />
)}