From 4e246ed030950278cffcaa91a0443780a82cd088 Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 27 Jun 2024 20:55:11 -0700 Subject: [PATCH] chore(docs): make copy button on hover --- docs/astro.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/astro.config.ts b/docs/astro.config.ts index 6a112b4..492c276 100644 --- a/docs/astro.config.ts +++ b/docs/astro.config.ts @@ -58,7 +58,7 @@ export default defineConfig({ theme: moonlightTheme, transformers: [ transformerCopyButton({ - visibility: 'always', + visibility: 'hover', feedbackDuration: 2_500, }), ],