diff --git a/apps/backoffice/app/components/ui/Pagination.tsx b/apps/backoffice/app/components/ui/Pagination.tsx index 6d21d20..4164d9c 100644 --- a/apps/backoffice/app/components/ui/Pagination.tsx +++ b/apps/backoffice/app/components/ui/Pagination.tsx @@ -44,14 +44,14 @@ export function CursorPagination({ }; return ( -
+
{/* Page size selector */} -
+
Show changePageSize(Number(e.target.value))} - className="w-20 px-2 py-1.5 text-sm border border-line rounded-lg bg-background text-foreground" + className="w-20 px-3 py-2 text-sm border border-line rounded-lg bg-background text-foreground" > {pageSizeOptions.map((size) => (
{/* Page navigation */} -
+