fix(kind-1111): use muted style for external link rows

Match the muted-foreground + dotted underline style used by other
scope rows instead of accent color.

https://claude.ai/code/session_01Dxedi6VWdZG8nFpba211oR
This commit is contained in:
Claude
2026-02-12 21:40:23 +00:00
parent 7cf4ad97d4
commit 781a646a45

View File

@@ -91,7 +91,7 @@ function ScopeRow({
href={href}
target="_blank"
rel="noopener noreferrer"
className={`${base} text-accent hover:underline hover:decoration-dotted`}
className={`${base} text-muted-foreground underline decoration-dotted hover:text-foreground transition-colors`}
>
{children}
</a>