Skip to content

Commit

Permalink
chore: progress style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nextchamp-saqib committed Sep 7, 2023
1 parent 9b09c25 commit 6fffed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/widgets/Progress/Progress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const progressPercent = computed(() => {
{{ props.options.prefix }}{{ formatValue(progress) }}{{ props.options.suffix }}
</div>
</div>
<div class="my-1">
<div class="my-2">
<div class="flex justify-between text-xs tracking-wide text-gray-600">
<div>{{ progressPercent }}%</div>
<div>
Expand Down

0 comments on commit 6fffed2

Please sign in to comment.