fix(FE): adding margin on data state skeleton

This commit is contained in:
randy-ar
2026-01-30 11:20:47 +07:00
parent 3b7836c8ba
commit 8a64780135
2 changed files with 30 additions and 4 deletions
@@ -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>