💄 added hover effect for pagination
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
dcf43ec508
commit
10c955372a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const PaginationButton: React.FC<PaginationButtonProps> = ({
|
|||
return (
|
||||
<q.div
|
||||
onClick={() => handlePageChange(pageNumber)}
|
||||
className="bg-red-400 p-2 rounded-md"
|
||||
className="bg-red-400 p-2 rounded-md hover:cursor-pointer"
|
||||
>
|
||||
<p>{pageNumber}</p>
|
||||
</q.div>
|
||||
|
|
Reference in a new issue