This commit is contained in:
rizrmd 2024-08-06 13:20:26 +00:00
parent 2e392e518f
commit ae8ab53182
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@ export const TableList: FC<TableListProp> = ({
) : (
<div className="c-flex c-items-center c-justify-center c-flex-1 w-full h-full c-flex-col ">
<Sticker size={35} strokeWidth={1.3} />
<div className="c-pt-2">No&nbsp;Data</div>
<div className="c-pt-1">No&nbsp;Data</div>
</div>
)}
</>