Skip to content

Commit

Permalink
fix: button style
Browse files Browse the repository at this point in the history
  • Loading branch information
islxyqwe committed Jun 26, 2024
1 parent ae54f2a commit 9a8f46d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ export default function Pagination(props: PaginationProps) {
return (
<PaginationItem key={index}>
<PaginationLink
size="default"
className='px-3 min-w-[2.25rem]'
isActive={index === pageIndex}
onClick={() => {
onPageChange && onPageChange(index);
Expand Down

0 comments on commit 9a8f46d

Please sign in to comment.