From efe32f80849f4cf2304408b4dd8df6693193730e Mon Sep 17 00:00:00 2001 From: saeed0920 Date: Wed, 17 Sep 2025 13:00:51 +0330 Subject: [PATCH] fix the width of charts in dashboard --- app/components/dashboard/dashboard-home.tsx | 10 +++++----- app/components/dashboard/interactive-bar-chart.tsx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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 ( - +