mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-18 08:19:26 +00:00
fix: codeblock error
This commit is contained in:
parent
6f8107249f
commit
a1b2905a4b
1 changed files with 4 additions and 4 deletions
|
|
@ -11,10 +11,10 @@ import {
|
|||
useMemo,
|
||||
useRef,
|
||||
} from "react";
|
||||
import { cn } from "../lib/cn";
|
||||
import { mergeRefs } from "../lib/merge-refs";
|
||||
import { buttonVariants } from "@/components/ui/button";
|
||||
import { cn } from "@/lib/cn";
|
||||
import { mergeRefs } from "@/lib/merge-refs";
|
||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from "./tabs.unstyled";
|
||||
import { buttonVariants } from "./ui/button";
|
||||
|
||||
export interface CodeBlockProps extends ComponentProps<"figure"> {
|
||||
/**
|
||||
|
|
@ -176,7 +176,7 @@ function CopyButton({
|
|||
buttonVariants({
|
||||
className:
|
||||
"hover:text-fd-accent-foreground data-checked:text-fd-accent-foreground",
|
||||
size: "icon-xs",
|
||||
size: "icon",
|
||||
}),
|
||||
className,
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue