Update progress bar colors to match statistics card gradient

Changes progress bar fill color from green gradient to the purple-blue gradient used in the overview statistics cards for consistent visual design across the Request Breakdown page.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Michael Mainguy 2025-08-19 08:03:07 -05:00
parent b3dedb3dbf
commit d50ceb2a37

View File

@ -144,7 +144,7 @@
.progressFill { .progressFill {
height: 100%; height: 100%;
background: linear-gradient(90deg, #4CAF50 0%, #45a049 100%); background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border-radius: 3px; border-radius: 3px;
transition: width 0.3s ease; transition: width 0.3s ease;
} }