summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/markdown.tsx
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-02-05 07:02:31 -0600
committerAdam <[email protected]>2026-02-05 07:03:29 -0600
commit05529f66d7bbf4b210c14c205dccf3a6942ddd0d (patch)
tree0d77f44afed02124d5728b4cc017a6a44e03c906 /packages/ui/src/components/markdown.tsx
parentef09dddaa5ea7a533fa2042068761cd4a9cbcb35 (diff)
downloadopencode-05529f66d7bbf4b210c14c205dccf3a6942ddd0d.tar.gz
opencode-05529f66d7bbf4b210c14c205dccf3a6942ddd0d.zip
fix(app): copy buttons smaller and out of the way
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)