From b9ed7df063408d22bc9e3a062af2e680c964d389 Mon Sep 17 00:00:00 2001 From: randy-ar Date: Thu, 29 Jan 2026 16:33:02 +0700 Subject: [PATCH] fix(FE): fixing rounded value --- src/components/pages/dashboard/DashboardProduction.tsx | 2 +- src/components/pages/dashboard/chart/DashboardLineChart.tsx | 2 +- .../pages/dashboard/skeleton/DashboardLineChartSkeleton.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/pages/dashboard/DashboardProduction.tsx b/src/components/pages/dashboard/DashboardProduction.tsx index 43c66129..2085d943 100644 --- a/src/components/pages/dashboard/DashboardProduction.tsx +++ b/src/components/pages/dashboard/DashboardProduction.tsx @@ -410,7 +410,7 @@ const DashboardProduction = () => { ref={filterModal.ref} className={{ modal: 'p-0', - modalBox: 'p-0 rounded-[3.5rem]', + modalBox: 'p-0 rounded-[0.875rem]', }} >
diff --git a/src/components/pages/dashboard/chart/DashboardLineChart.tsx b/src/components/pages/dashboard/chart/DashboardLineChart.tsx index 85b0f683..092e4bca 100644 --- a/src/components/pages/dashboard/chart/DashboardLineChart.tsx +++ b/src/components/pages/dashboard/chart/DashboardLineChart.tsx @@ -721,7 +721,7 @@ const DashboardLineChart = ({ return (
{/* Chart icon */} -
+
{ <> {/* Filter icon */}
-
+
{ {meta?.filters && ( <> {/* Filter icon */} -
+