💄 added background when selected page in pagination
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
10c955372a
commit
4427c2efc0
2 changed files with 8 additions and 1 deletions
|
|
@ -64,6 +64,7 @@ const Pagination: React.FC<PaginationProps> = ({
|
|||
<PaginationButton
|
||||
pageNumber={page}
|
||||
handlePageChange={handlePageChange}
|
||||
isCurrentPage={page === currentPage}
|
||||
/>
|
||||
</q.div>
|
||||
))}
|
||||
|
|
|
|||
Reference in a new issue