We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230c01b commit 5d812d9Copy full SHA for 5d812d9
apps/website/src/components/code-copy/code-copy.tsx
@@ -13,7 +13,7 @@ export const CodeCopy = component$<CodeCopyProps>(({ code = '', ...props }) => {
13
return (
14
<Button
15
{...props}
16
- look="ghost"
+ look="link"
17
title={copied.value ? 'Copied to Clipboard' : 'Copy to Clipboard'}
18
class={cn(props.class)}
19
onClick$={async () => {
0 commit comments