fix(docs): use variant instead of color

This commit is contained in:
rzmk 2025-10-03 20:44:22 -04:00
parent 1e03611f96
commit 02d651177e

View file

@ -118,7 +118,7 @@ function CopyButton({ id }: { id: string }) {
aria-label="Copy Link" aria-label="Copy Link"
className={cn( className={cn(
buttonVariants({ buttonVariants({
color: 'ghost', variant: 'ghost',
className: 'text-fd-muted-foreground me-2', className: 'text-fd-muted-foreground me-2',
}), }),
)} )}