Skip to content

Commit 745e51e

Browse files
authored
🎨 Add color for copy icon (#1070)
1 parent de2df1a commit 745e51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/lib/components/CopyToClipBoardBtn.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
>
4444
<div class="relative">
4545
<slot>
46-
<IconCopy />
46+
<IconCopy classNames="dark:text-gray-700 text-gray-200" />
4747
</slot>
4848

4949
<Tooltip classNames={isSuccess ? "opacity-100" : "opacity-0"} />

0 commit comments

Comments
 (0)