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:
@@ -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>,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user