This commit is contained in:
Vikhyath Mondreti
2026-02-11 00:59:54 -08:00
parent 8bf3370481
commit c4986a96e5

View File

@@ -53,7 +53,7 @@ export function EmptyRows({ columnCount, hasFilter, onAddRow }: EmptyRowsProps)
return (
<TableRow>
<TableCell colSpan={columnCount + 1} className='h-[160px]'>
<div className='fixed left-1/2 -translate-x-1/2'>
<div className='-translate-x-1/2 fixed left-1/2'>
<div className='flex flex-col items-center gap-[12px]'>
<span className='text-[13px] text-[var(--text-tertiary)]'>
{hasFilter ? 'No rows match your filter' : 'No data'}