We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e843453 commit 55f9863Copy full SHA for 55f9863
src/components/data-table/pagination.tsx
@@ -92,7 +92,7 @@ export function DataTablePagination<TData>({
92
) : (
93
<Button
94
variant={currentPage === pageNumber ? 'default' : 'outline'}
95
- className='size-8 p-0'
+ className='h-8 min-w-8 px-2'
96
onClick={() => table.setPageIndex((pageNumber as number) - 1)}
97
>
98
<span className='sr-only'>Go to page {pageNumber}</span>
0 commit comments