style(ui): update color palette to use darker sh

This commit is contained in:
2026-04-22 16:04:03 -04:00
parent 32d6fca3ce
commit f8ef884b63
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const StatCard = ({
className = '',
...props
}) => {
const deltaColor = changeType === 'increase' ? 'text-green-400' : 'text-red-400';
const deltaColor = changeType === 'increase' ? 'text-green-700' : 'text-red-700';
const arrow = changeType === 'increase' ? '↑' : '↓';
return (