From 23402370b841649df23ead106e8d81b805c7e242 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Thu, 29 Jan 2026 11:57:44 +0700 Subject: [PATCH] refactor(FE): Add rounded corners to uniformity components --- .../pages/production/uniformity/UniformityChart.tsx | 4 ++-- .../pages/production/uniformity/UniformityTable.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/pages/production/uniformity/UniformityChart.tsx b/src/components/pages/production/uniformity/UniformityChart.tsx index db37c8f1..a6d9833f 100644 --- a/src/components/pages/production/uniformity/UniformityChart.tsx +++ b/src/components/pages/production/uniformity/UniformityChart.tsx @@ -106,7 +106,7 @@ const UniformityChart = ({ title='Performance Overview ⓘ' variant='bordered' className={{ - wrapper: 'xl:col-span-1 2xl:col-span-3 w-full', + wrapper: 'xl:col-span-1 2xl:col-span-3 w-full rounded-xl', body: 'h-96', }} > @@ -125,7 +125,7 @@ const UniformityChart = ({ variant='bordered' title='Weekly Performance ⓘ' className={{ - wrapper: 'xl:col-span-1 2xl:col-span-1 w-full', + wrapper: 'xl:col-span-1 2xl:col-span-1 w-full rounded-xl', body: 'h-110', }} > diff --git a/src/components/pages/production/uniformity/UniformityTable.tsx b/src/components/pages/production/uniformity/UniformityTable.tsx index 86826b15..793a0fe2 100644 --- a/src/components/pages/production/uniformity/UniformityTable.tsx +++ b/src/components/pages/production/uniformity/UniformityTable.tsx @@ -1062,7 +1062,7 @@ const UniformityTable = () => { isResponseSuccess(uniformities) && uniformities?.data?.length === 0, }), - tableWrapperClassName: 'overflow-x-auto min-h-full ', + tableWrapperClassName: 'overflow-x-auto min-h-full rounded-xl', tableClassName: 'font-inter w-full table-auto min-h-full!', headerRowClassName: 'border-b border-b-gray-200', headerColumnClassName: