diff --git a/apps/web/src/components/dashboard/StatCard.tsx b/apps/web/src/components/dashboard/StatCard.tsx index e6fa96243..9af2b5a5f 100644 --- a/apps/web/src/components/dashboard/StatCard.tsx +++ b/apps/web/src/components/dashboard/StatCard.tsx @@ -87,19 +87,19 @@ export const StatCard: React.FC = ({ return (

{label}

-

+

{value}

-
+
{icon}
diff --git a/apps/web/src/components/ui/KodoEmptyState.tsx b/apps/web/src/components/ui/KodoEmptyState.tsx index 0e0636b7b..bf18c7da6 100644 --- a/apps/web/src/components/ui/KodoEmptyState.tsx +++ b/apps/web/src/components/ui/KodoEmptyState.tsx @@ -22,48 +22,41 @@ export function KodoEmptyState({ }: KodoEmptyStateProps) { return ( - {/* Background Mesh Gradient */} + {/* Subtle gradient orbs */}
-
-
+
+
- {/* Animated Rings */} -
-
- - {/* Glass Icon Container */} -
-
- +
+
-

+

{title}

-

+

{description}

{actionLabel && onAction && ( )}