diff --git a/app/components/dashboard/dashboard-home.tsx b/app/components/dashboard/dashboard-home.tsx index ac9ca0f..1ad9277 100644 --- a/app/components/dashboard/dashboard-home.tsx +++ b/app/components/dashboard/dashboard-home.tsx @@ -312,7 +312,7 @@ export function DashboardHome() { return ( -
+
{/* Top Cards Row - Redesigned to match other components */}
{/* Ideas Card */} @@ -378,7 +378,7 @@ export function DashboardHome() { gridType="circle" radialLines={false} stroke="none" - className="first:fill-red-400 last:fill-background" + className="first:fill-red-400 last:fill-[#111628]" polarRadius={[38, 31]} />
- + -
+
{ diff --git a/app/components/dashboard/interactive-bar-chart.tsx b/app/components/dashboard/interactive-bar-chart.tsx index 97d9ae9..18e9344 100644 --- a/app/components/dashboard/interactive-bar-chart.tsx +++ b/app/components/dashboard/interactive-bar-chart.tsx @@ -44,7 +44,7 @@ export function InteractiveBarChart({ return ( - +