From e9e551bd468e44c27861fa0866b5114c1d46b826 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sat, 3 May 2025 12:47:56 +0200 Subject: [PATCH] [react] fix: CopyToClipboardButton style See #264 --- packages/react/components/CopyToClipboardButton/index.mjs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/react/components/CopyToClipboardButton/index.mjs b/packages/react/components/CopyToClipboardButton/index.mjs index fab358e542f..3fbc3dba597 100644 --- a/packages/react/components/CopyToClipboardButton/index.mjs +++ b/packages/react/components/CopyToClipboardButton/index.mjs @@ -29,7 +29,10 @@ export const CopyToClipboardButton = ({ children, content, label = false, sup = return (