fix: use completed color gradient for progress bar

This commit is contained in:
2026-01-16 03:55:10 +01:00
parent 26500c5672
commit a98357c713

View File

@@ -984,7 +984,7 @@ nav.sidebar-section {
.progress-fill { .progress-fill {
height: 100%; height: 100%;
background: var(--success-color); background: linear-gradient(135deg, #9b59b6, #e040fb, #00bcd4, #7c4dff);
border-radius: 4px; border-radius: 4px;
transition: width 0.3s ease; transition: width 0.3s ease;
width: 0%; width: 0%;