Skip to content

Commit

Permalink
fix: color for progressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrieh committed Jul 10, 2024
1 parent 38d7d06 commit d09529a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ProgressBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const props = defineProps<{
.bar {
width: 0;
height: 10px;
background-color: #4caf50;
background-color: #000;
border-radius: 10px;
transition: 0.5s
}
Expand Down

0 comments on commit d09529a

Please sign in to comment.