feat(ui): smoother bar in admin task ui

This commit is contained in:
DecDuck
2024-11-16 16:08:41 +11:00
parent 046c9e6fd2
commit c884a28bb5
+1 -1
View File
@@ -24,7 +24,7 @@
<div class="h-3 rounded-full bg-zinc-950 overflow-hidden">
<div
:style="{ width: `${taskValue.progress}%` }"
class="bg-blue-600 h-full"
class="transition-all bg-blue-600 h-full"
/>
</div>