diff --git a/components/ProgressBar.vue b/components/ProgressBar.vue index a9c91b7c..3c9a95ea 100644 --- a/components/ProgressBar.vue +++ b/components/ProgressBar.vue @@ -33,7 +33,7 @@ const props = defineProps<{ .bar { width: 0; height: 10px; - background-color: #4caf50; + background-color: #000; border-radius: 10px; transition: 0.5s }