Skip to content

Commit

Permalink
progress bar color change
Browse files Browse the repository at this point in the history
  • Loading branch information
radek00 committed Jan 25, 2024
1 parent 857ef69 commit a45e5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SecureSend/ClientApp/src/components/ProgressBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const classComputed = computed(() => {
} else if (props.state[1] === UploadState.Failed) {
return "bg-red-600";
}
return "bg-slate-600";
return "bg-slate-700";
});
const styleComputed = computed(() => {
Expand Down

0 comments on commit a45e5ce

Please sign in to comment.