Skip to content

Commit 4a1eed7

Browse files
Cespialclaude
andcommitted
style: unify indigo → purple for AI-related elements in monitoreo-table
Replaces indigo classes with purple in the evaluation button and score display, consistent with the purple IA theme used in wizard-client and interactive-demo. Decorative chart colors in rubric-editor kept as-is. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e936dbf commit 4a1eed7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/dashboard/entidad/convocatorias/[id]/monitoreo/monitoreo-table.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export function MonitoreoTable({
221221
)
222222
}
223223
disabled={evaluating !== null}
224-
className="rounded bg-indigo-50 px-1.5 py-0.5 text-[10px] font-medium text-indigo-600 hover:bg-indigo-100 disabled:opacity-50"
224+
className="rounded bg-purple-50 px-1.5 py-0.5 text-[10px] font-medium text-purple-600 hover:bg-purple-100 disabled:opacity-50"
225225
>
226226
{evaluating ===
227227
`${row.submissionId}:${ep.etapaId}`
@@ -238,7 +238,7 @@ export function MonitoreoTable({
238238
{Math.round(row.overallProgress)}%
239239
</span>
240240
{weightedScore !== null && (
241-
<p className="text-[10px] text-indigo-600">
241+
<p className="text-[10px] text-purple-600">
242242
{Math.round(weightedScore)}pts
243243
</p>
244244
)}

0 commit comments

Comments
 (0)