summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/markdown.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src/components/markdown.tsx')
-rw-r--r--packages/ui/src/components/markdown.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/markdown.tsx b/packages/ui/src/components/markdown.tsx
index e3102214b..608db818f 100644
--- a/packages/ui/src/components/markdown.tsx
+++ b/packages/ui/src/components/markdown.tsx
@@ -69,7 +69,7 @@ function createCopyButton(labels: CopyLabels) {
button.type = "button"
button.setAttribute("data-component", "icon-button")
button.setAttribute("data-variant", "secondary")
- button.setAttribute("data-size", "normal")
+ button.setAttribute("data-size", "small")
button.setAttribute("data-slot", "markdown-copy-button")
button.setAttribute("aria-label", labels.copy)
button.setAttribute("title", labels.copy)