PINK PROGRESS BAR

This commit is contained in:
Vanilagy
2025-07-02 23:07:47 +02:00
parent f44cb26d76
commit d4d93a7007
+1 -1
View File
@@ -38,7 +38,7 @@
<p id="error-element" class="text-red-500"></p>
<div class="w-full max-w-80 h-2 rounded-full bg-zinc-200 dark:bg-zinc-750 overflow-hidden" id="progress-bar-container" style="display: none;">
<div class="h-full bg-teal-500 w-0" id="progress-bar"></div>
<div class="h-full bg-pink-500 w-0" id="progress-bar"></div>
</div>
<p class="text-xs font-medium mt-1.5 tabular-nums" id="progress-text" style="display: none;"></p>