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.
2 parents 6b4d367 + 52586d4 commit 9d05c2cCopy full SHA for 9d05c2c
1 file changed
src/components/common/CopyCode.tsx
@@ -131,7 +131,7 @@ const CopyCode: FunctionComponent<Props> = (props) => {
131
<button
132
type="button"
133
onClick={handleCopy}
134
- className="absolute right-1 top-1/2 z-10 -translate-y-1/2 rounded-lg bg-card p-2 text-xs text-foreground transition-all hover:opacity-80"
+ className="absolute cursor-pointer right-1 top-1/2 z-10 -translate-y-1/2 rounded-lg bg-card p-2 text-xs text-foreground transition-all hover:opacity-80"
135
>
136
<Copy className="h-4 w-4" />
137
</button>
0 commit comments