Skip to content

Commit

Permalink
Update packages/editor-ui/src/components/executions/workflow/Workflow…
Browse files Browse the repository at this point in the history
…ExecutionAnnotationPanel.vue

Co-authored-by: oleg <[email protected]>
  • Loading branch information
burivuhster and OlegIvaniv committed Sep 3, 2024
1 parent 2957cb9 commit 7d72f34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7d72f34

Please sign in to comment.