feat(web): indigo brand token + status tokens + Badge success/warning variants (#49)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 14:08:08 +02:00
parent 67e486df46
commit 04ed0c50e2
6 changed files with 50 additions and 17 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export function Highlight({ text }: { text: string }) {
}
nodes.push(
<mark key={key++} className="bg-yellow-200">
<mark key={key++} className="bg-highlight text-highlight-foreground">
{rest.slice(start + PRE.length, end)}
</mark>,
);