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 */} -
+