mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
refactor(FE): Add rounded corners to uniformity components
This commit is contained in:
@@ -106,7 +106,7 @@ const UniformityChart = ({
|
|||||||
title='Performance Overview ⓘ'
|
title='Performance Overview ⓘ'
|
||||||
variant='bordered'
|
variant='bordered'
|
||||||
className={{
|
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',
|
body: 'h-96',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
@@ -125,7 +125,7 @@ const UniformityChart = ({
|
|||||||
variant='bordered'
|
variant='bordered'
|
||||||
title='Weekly Performance ⓘ'
|
title='Weekly Performance ⓘ'
|
||||||
className={{
|
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',
|
body: 'h-110',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -1062,7 +1062,7 @@ const UniformityTable = () => {
|
|||||||
isResponseSuccess(uniformities) &&
|
isResponseSuccess(uniformities) &&
|
||||||
uniformities?.data?.length === 0,
|
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!',
|
tableClassName: 'font-inter w-full table-auto min-h-full!',
|
||||||
headerRowClassName: 'border-b border-b-gray-200',
|
headerRowClassName: 'border-b border-b-gray-200',
|
||||||
headerColumnClassName:
|
headerColumnClassName:
|
||||||
|
|||||||
Reference in New Issue
Block a user