We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842652a commit 085fa8dCopy full SHA for 085fa8d
resources/scripts/components/elements/CopyOnClick.tsx
@@ -53,7 +53,7 @@ const CopyOnClick: React.FC<{ text: string }> = ({ text, children }) => {
53
}
54
</Fade>
55
</SwitchTransition>
56
- <CopyToClipboard onCopy={onCopy} text={text} options={{ debug: true }}>
+ <CopyToClipboard onCopy={onCopy} text={text} options={{ debug: true }} css={tw`cursor-pointer`}>
57
{children}
58
</CopyToClipboard>
59
</>
0 commit comments