Skip to content

Commit

Permalink
Loader uses black color
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Vernin <[email protected]>
  • Loading branch information
olblak committed Jul 25, 2023
1 parent 7ed6482 commit d3808e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/pipeline/report.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
persistent="True"
>
<v-progress-circular
color="primary"
color="black"
indeterminate
size="64"
></v-progress-circular>
Expand Down
2 changes: 1 addition & 1 deletion src/components/pipeline/reports.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
persistent="True"
>
<v-progress-circular
color="primary"
color="black"
indeterminate
size="64"
></v-progress-circular>
Expand Down

0 comments on commit d3808e8

Please sign in to comment.