Skip to content

Commit

Permalink
Merge pull request #871 from endlessm/725-download-progress-bar-color
Browse files Browse the repository at this point in the history
Download page: Make progress bar orange again
  • Loading branch information
dbnicholson committed Oct 6, 2023
2 parents 2acd8fe + 403a6c0 commit 8bc70dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri_explore_plugin/assets/src/views/DownloadPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<b-progress
:max="1"
:value="displayProgress"
variant="secondary"
variant="endless-orange"
animated
/>
<p class="mt-1">
Expand Down

0 comments on commit 8bc70dd

Please sign in to comment.