mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
refacto(FE): Refine UniformityTableSkeleton styles and icon
This commit is contained in:
@@ -3,19 +3,20 @@ import { Icon } from '@iconify/react';
|
|||||||
|
|
||||||
const UniformityTableSkeleton = () => {
|
const UniformityTableSkeleton = () => {
|
||||||
return (
|
return (
|
||||||
<div className='flex flex-col items-center justify-center gap-2 my-20'>
|
<div className='flex flex-col items-center justify-center'>
|
||||||
<div className='border border-[#18181B]/25 rounded-2xl p-1 flex items-center justify-center'>
|
<div className='border border-base-content/25 rounded-2xl p-1 flex items-center justify-center mb-9'>
|
||||||
<Button className='rounded-2xl border border-sky-500 bg-primary text-white'>
|
<Button className='rounded-2xl border border-sky-500 bg-primary text-white p-3 cursor-default'>
|
||||||
<Icon
|
<Icon
|
||||||
icon={'heroicons-outline:chart-bar'}
|
fontSize={26}
|
||||||
className='text-4xl text-whitd'
|
icon={'heroicons:document-text'}
|
||||||
|
className='text-white'
|
||||||
/>
|
/>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
<span className='text-xl font-semibold text-[#18181B80] leading-5'>
|
<span className='text-xl font-semibold text-base-content/50 leading-5 mb-1'>
|
||||||
No Data Available
|
No Data Available
|
||||||
</span>
|
</span>
|
||||||
<span className='text-xs font-light text-[#18181B80] leading-4 text-center max-w-xs px-4'>
|
<span className='text-xs font-light text-base-content/50 leading-4 text-center max-w-xs px-4'>
|
||||||
There is no uniformity data displayed. Enter uniformity check data to
|
There is no uniformity data displayed. Enter uniformity check data to
|
||||||
get started.
|
get started.
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user