refactor(FE): Add rounded corners to uniformity components

This commit is contained in:
rstubryan
2026-01-29 11:57:44 +07:00
parent e3d929435a
commit 23402370b8
2 changed files with 3 additions and 3 deletions
@@ -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',
}}
>
@@ -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: