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.
1 parent 772f2ec commit 0f35389Copy full SHA for 0f35389
website/src/components/CodeBlock.vue
@@ -26,7 +26,7 @@ async function copyToClipboard() {
26
<div class="relative group max-w-full">
27
<button
28
@click="copyToClipboard"
29
- class="absolute right-2 top-2 z-10 flex items-center gap-1.5 px-2.5 py-1.5 text-xs text-white border border-gray-500 rounded bg-transparent hover:bg-gray-700/50 transition-colors"
+ class="absolute right-2 top-2 z-10 flex items-center gap-1.5 px-2.5 py-1.5 text-xs text-white border border-gray-500 rounded bg-gray-800 hover:bg-gray-700 transition-colors"
30
:aria-label="copied ? 'Copied' : 'Copy to clipboard'">
31
<Copy v-if="!copied" :size="14" />
32
<Check v-else :size="14" />
0 commit comments