diff --git a/packages/editor-ui/src/components/executions/workflow/WorkflowExecutionAnnotationPanel.vue b/packages/editor-ui/src/components/executions/workflow/WorkflowExecutionAnnotationPanel.vue index 7e9aa7bbdb3c2..3e9c3cfa80dee 100644 --- a/packages/editor-ui/src/components/executions/workflow/WorkflowExecutionAnnotationPanel.vue +++ b/packages/editor-ui/src/components/executions/workflow/WorkflowExecutionAnnotationPanel.vue @@ -331,7 +331,7 @@ export default defineComponent({ .add-tag { font-size: var(--font-size-2xs); color: $custom-font-very-light; - font-weight: 600; + font-weight: var(--font-weight-bold); white-space: nowrap; &:hover { color: $color-primary;