diff --git a/application/src/components/dashboard/StatusCards.tsx b/application/src/components/dashboard/StatusCards.tsx
index e0a4794..2ee4f5d 100644
--- a/application/src/components/dashboard/StatusCards.tsx
+++ b/application/src/components/dashboard/StatusCards.tsx
@@ -27,15 +27,15 @@ export const StatusCards = ({ services }: StatusCardsProps) => {
} relative z-10`}
style={{
background: theme === 'dark'
- ? "linear-gradient(135deg, rgba(67, 160, 71, 0.8) 0%, rgba(102, 187, 106, 0.6) 100%)"
- : "linear-gradient(135deg, #43a047 0%, #66bb6a 100%)"
+ ? "linear-gradient(135deg, rgba(65, 59, 55, 0.8) 0%, rgba(102, 187, 106, 0.6) 100%)"
+ : "linear-gradient(135deg, rgba(65, 59, 55, 0.8) 0%, #66bb6a 100%)"
}}
>
{/* Grid Pattern Overlay */}
{
} relative z-10`}
style={{
background: theme === 'dark'
- ? "linear-gradient(135deg, rgba(229, 57, 53, 0.8) 0%, rgba(239, 83, 80, 0.6) 100%)"
- : "linear-gradient(135deg, #e53935 0%, #ef5350 100%)"
+ ? "linear-gradient(135deg, rgba(65, 59, 55, 0.8) 0%, rgba(239, 83, 80, 0.6) 100%)"
+ : "linear-gradient(135deg, rgba(65, 59, 55, 0.8) 0%, #ef5350 100%)"
}}
>
{/* Grid Pattern Overlay */}
{
} relative z-10`}
style={{
background: theme === 'dark'
- ? "linear-gradient(135deg, rgba(25, 118, 210, 0.8) 0%, rgba(66, 165, 245, 0.6) 100%)"
- : "linear-gradient(135deg, #1976d2 0%, #42a5f5 100%)"
+ ? "linear-gradient(135deg, rgba(65, 59, 55, 0.8) 0%, rgba(66, 165, 245, 0.6) 100%)"
+ : "linear-gradient(135deg, rgba(65, 59, 55, 0.8) 0%, #42a5f5 100%)"
}}
>
{/* Grid Pattern Overlay */}
{
} relative z-10`}
style={{
background: theme === 'dark'
- ? "linear-gradient(135deg, rgba(255, 152, 0, 0.8) 0%, rgba(255, 183, 77, 0.6) 100%)"
- : "linear-gradient(135deg, #ff9800 0%, #ffb74d 100%)"
+ ? "linear-gradient(135deg, rgba(65, 59, 55, 0.8) 0%, rgba(255, 183, 77, 0.6) 100%)"
+ : "linear-gradient(135deg, rgba(65, 59, 55, 0.8) 0%, #ffb74d 100%)"
}}
>
{/* Grid Pattern Overlay */}