From c63df91e081dd5b9c0cc1a410daffb4e773778bf Mon Sep 17 00:00:00 2001 From: randy-ar Date: Thu, 29 Jan 2026 15:10:18 +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 ad74413b..43c66129 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-[14px]', + modalBox: 'p-0 rounded-[3.5rem]', }} >
diff --git a/src/components/pages/dashboard/chart/DashboardLineChart.tsx b/src/components/pages/dashboard/chart/DashboardLineChart.tsx index 76d18a1e..85b0f683 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 */} -
+