about summary refs log tree commit diff
path: root/src/components/dialogs/Embed.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/dialogs/Embed.tsx')
-rw-r--r--src/components/dialogs/Embed.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dialogs/Embed.tsx b/src/components/dialogs/Embed.tsx
index f43c3c6fe..73ecf6616 100644
--- a/src/components/dialogs/Embed.tsx
+++ b/src/components/dialogs/Embed.tsx
@@ -120,7 +120,7 @@ function EmbedDialogInner({
           label={_(msg`Copy code`)}
           color="primary"
           variant="solid"
-          size="medium"
+          size="large"
           onPress={() => {
             ref.current?.focus()
             ref.current?.setSelection(0, snippet.length)