Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 200b068

Browse files
committed
copy button text
1 parent 13107f2 commit 200b068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/code/CopyButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function CopyButton({
4444
<span
4545
aria-hidden={copied}
4646
className={clsx(
47-
'pointer-events-none flex items-center gap-0.5 text-zinc-400 transition duration-300',
47+
'pointer-events-none flex items-center gap-0.5 text-zinc-600 transition duration-300 dark:text-zinc-400',
4848
copied && '-translate-y-1.5 opacity-0',
4949
)}
5050
>

0 commit comments

Comments
 (0)