From 02d651177ecda5a6f12a1294f5404e20a7b20c5b Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:44:22 -0400 Subject: [PATCH] fix(docs): use variant instead of color --- docs/components/accordion.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/accordion.tsx b/docs/components/accordion.tsx index 9b2fd84..55dad82 100644 --- a/docs/components/accordion.tsx +++ b/docs/components/accordion.tsx @@ -118,7 +118,7 @@ function CopyButton({ id }: { id: string }) { aria-label="Copy Link" className={cn( buttonVariants({ - color: 'ghost', + variant: 'ghost', className: 'text-fd-muted-foreground me-2', }), )}