fix: MCP copy buttons read as proper buttons in dark mode

Subtle/gray compact buttons rendered as low-contrast floating text;
use the default variant (adaptive surface+border) idle, light teal when
copied.
This commit is contained in:
Anthony Stirling
2026-06-10 17:26:43 +01:00
parent 36c68fb69e
commit c722b9f6ad
@@ -40,7 +40,7 @@ function CopyInline({ value, label }: { value: string; label: string }) {
>
<Button
size="compact-xs"
variant="subtle"
variant={copied ? "light" : "default"}
color={copied ? "teal" : "gray"}
onClick={copy}
leftSection={