We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7f026 commit 56988a2Copy full SHA for 56988a2
src/app/index.jsx
@@ -17,8 +17,8 @@ function CopyText({ children: text }) {
17
return <div className="relative text-sm">
18
<pre className="font-mono pt-12">{text}</pre>
19
<button
20
+ className="absolute top-2 right-2 bg-blue-600 hover:bg-blue-500 active:bg-blue-300 transition-colors text-white p-1 rounded-md"
21
onClick={() => navigator.clipboard.writeText(text)}
- className={"absolute top-2 right-2 bg-blue-600 hover:bg-blue-500 active:bg-blue-300 transition-colors text-white p-1 rounded-md"}
22
>
23
Copy
24
</button>
0 commit comments