mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 06:45:46 +00:00
fix(FE): adding margin on data state skeleton
This commit is contained in:
@@ -12,7 +12,13 @@ const DataStateSkeleton = ({
|
||||
}) => {
|
||||
return (
|
||||
<div className='flex flex-col items-center justify-center'>
|
||||
<IconSkeleton>{icon}</IconSkeleton>
|
||||
<IconSkeleton
|
||||
className={{
|
||||
outer: 'mb-2.25',
|
||||
}}
|
||||
>
|
||||
{icon}
|
||||
</IconSkeleton>
|
||||
<h3 className='text-base-content/50 font-semibold text-sm mb-1'>
|
||||
{title}
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user