make single loader more responsive

This commit is contained in:
Prathamesh Gursal
2024-10-08 01:19:26 +05:30
parent 453c653975
commit b59170078d
6 changed files with 71 additions and 30 deletions

View File

@@ -64,7 +64,7 @@ const Documents: React.FC<DocumentsProps> = ({
<div className="flex flex-col relative">
<div className="z-10 w-full overflow-x-auto">
{loading ? (
<SkeletonLoader count={3} />
<SkeletonLoader />
) : (
<table className="table-default">
<thead>