From 712887d86e75b249ee32dfb87d6001ecba6a9f7b Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 22 Sep 2024 07:21:11 +0200 Subject: [PATCH] fix: make the copy icon in the copy button for code blocks in light mode visible --- components/shared/copyButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/shared/copyButton.tsx b/components/shared/copyButton.tsx index 08344d1..c4e80ff 100644 --- a/components/shared/copyButton.tsx +++ b/components/shared/copyButton.tsx @@ -20,7 +20,7 @@ export default function CopyButton({ code }: { code: string }) { return (