Skip to content

Commit 8024d7c

Browse files
committed
Update copy-markdown.tsx
1 parent 4fe0d28 commit 8024d7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/docs/components/copy-markdown.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ export const CopyMarkdown = ({ markdownUrl }: CopyMarkdownProps) => {
4343
className="shadow-none"
4444
disabled={isLoading}
4545
onClick={onClick}
46+
size="sm"
4647
type="button"
47-
variant="secondary"
48+
variant="outline"
4849
>
4950
{checked ? <Check /> : <Copy />}
5051
Copy Markdown

0 commit comments

Comments
 (0)