inbox 3 row

This commit is contained in:
hamid zarghami
2025-07-28 16:38:27 +03:30
parent 179f9a08f2
commit 8b28a2dee0
2 changed files with 80 additions and 19 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ const Table = <T extends RowDataType>({
<div className={`md:hidden`}>
{(actionsPosition === 'top' || actionsPosition === 'above-header') && (
<div className="h-[64px] bg-white flex items-center justify-between px-4 rounded-t-2xl border-b border-[#EAEDF5]">
<div className='flex items-center gap-2'>
<div className='flex items-center gap-4 md:gap-2'>
{actions}
{selectable && selectedRows.length > 0 && selectedActions && selectedActions}
</div>