Skip to content

Commit

Permalink
adjust progress-color
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed May 21, 2018
1 parent 164afe9 commit 8058a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/webvsc-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/webvsc-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function getParams() {
for (const file of files) {
// Show progress
progress += step;
progressBar.style.background = `linear-gradient(90deg, hsl(152, 50%, 63%) ${progress}%, hsl(0, 0%, 13%) ${progress}%)`;
progressBar.style.background = `linear-gradient(90deg, hsl(197, 88%, 65%) ${progress}%, hsl(0, 0%, 13%) ${progress}%)`;

if (!file.name.endsWith('.avs')) {
console.log(`Skipping '${file.name}', unsupported file-type`);
Expand Down

0 comments on commit 8058a8d

Please sign in to comment.