mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-31 01:20:21 +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,
|
useMemo,
|
||||||
useRef,
|
useRef,
|
||||||
} from "react";
|
} from "react";
|
||||||
import { cn } from "../lib/cn";
|
import { buttonVariants } from "@/components/ui/button";
|
||||||
import { mergeRefs } from "../lib/merge-refs";
|
import { cn } from "@/lib/cn";
|
||||||
|
import { mergeRefs } from "@/lib/merge-refs";
|
||||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from "./tabs.unstyled";
|
import { Tabs, TabsContent, TabsList, TabsTrigger } from "./tabs.unstyled";
|
||||||
import { buttonVariants } from "./ui/button";
|
|
||||||
|
|
||||||
export interface CodeBlockProps extends ComponentProps<"figure"> {
|
export interface CodeBlockProps extends ComponentProps<"figure"> {
|
||||||
/**
|
/**
|
||||||
|
|
@ -176,7 +176,7 @@ function CopyButton({
|
||||||
buttonVariants({
|
buttonVariants({
|
||||||
className:
|
className:
|
||||||
"hover:text-fd-accent-foreground data-checked:text-fd-accent-foreground",
|
"hover:text-fd-accent-foreground data-checked:text-fd-accent-foreground",
|
||||||
size: "icon-xs",
|
size: "icon",
|
||||||
}),
|
}),
|
||||||
className,
|
className,
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue