mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
fix(docs): use variant instead of color
This commit is contained in:
parent
1e03611f96
commit
02d651177e
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
}),
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue