Skip to content

Commit

Permalink
fix pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
jgentes committed Jan 6, 2024
1 parent 4340fc5 commit d89fc8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/components/tracks/TrackTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -525,15 +525,14 @@ const TrackTable = () => {
const tableFooter = !tracks?.length ? null : (
<div className="mt-3 flex justify-between items-center">
<Pagination
showControls
classNames={{
base: 'pl-0',
item: 'text-md text-default-600 w-7 h-7',
prev: 'w-7 h-7',
next: 'w-7 h-7',
cursor:
'bg-transparent border-1 border-primary-300 text-transparent rounded w-7 h-7'
}}
radius="sm"
isCompact
page={page}
total={pages}
Expand Down

0 comments on commit d89fc8d

Please sign in to comment.