style(ui): increase pagination container padding
This commit is contained in:
@@ -55,7 +55,7 @@ const Pagination = ({
|
|||||||
const to = Math.min(currentPage * limit, total);
|
const to = Math.min(currentPage * limit, total);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={`px-4 py-2 border-t border-neutral-200 dark:border-neutral-700/30 ${className}`} {...props}>
|
<div className={`px-6 py-3 border-t border-neutral-200 dark:border-neutral-700/30 ${className}`} {...props}>
|
||||||
<div className="flex items-center justify-between gap-4">
|
<div className="flex items-center justify-between gap-4">
|
||||||
|
|
||||||
{/* Per Page Selector */}
|
{/* Per Page Selector */}
|
||||||
|
|||||||
Reference in New Issue
Block a user