Skip to content

Commit

Permalink
chore(ui): improve task run label coloring (#5642)
Browse files Browse the repository at this point in the history
  • Loading branch information
mithindev authored Oct 24, 2024
1 parent 805bdbe commit 67dde3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ui/src/components/executions/Gantt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@
small {
margin-left: 5px;
color: var(--bs-gray-600);
font-family: var(--bs-font-monospace);
font-size: var(--font-size-xs)
}
Expand Down
1 change: 0 additions & 1 deletion ui/src/components/executions/TaskRunLine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@
}
small {
color: var(--bs-gray-600);
font-family: var(--bs-font-monospace);
font-size: var(--font-size-xs)
}
Expand Down

0 comments on commit 67dde3a

Please sign in to comment.