Skip to content

Commit 985ca92

Browse files
authored
increase the size of event url copy buttom (#1012)
Update copy button size to "large"
1 parent fe96958 commit 985ca92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/workflow-history/workflow-history-event-link-button/workflow-history-event-link-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function WorkflowHistoryEventLinkButton({
3030
>
3131
<Button
3232
aria-label="Copy link to event"
33-
size="mini"
33+
size="large"
3434
shape="circle"
3535
kind="tertiary"
3636
overrides={overrides.copyButton}

0 commit comments

Comments
 (0)