From 10c955372a952cf0c8cfdb08dbd9d1ef1c663090 Mon Sep 17 00:00:00 2001 From: haraldnilsen Date: Mon, 4 Sep 2023 15:51:23 +0200 Subject: [PATCH] :lipstick: added hover effect for pagination Co-authored-by: Sindre Kjelsrud --- src/components/PaginationButton/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PaginationButton/index.tsx b/src/components/PaginationButton/index.tsx index 7b8263c..d010e1e 100644 --- a/src/components/PaginationButton/index.tsx +++ b/src/components/PaginationButton/index.tsx @@ -12,7 +12,7 @@ const PaginationButton: React.FC = ({ return ( handlePageChange(pageNumber)} - className="bg-red-400 p-2 rounded-md" + className="bg-red-400 p-2 rounded-md hover:cursor-pointer" >

{pageNumber}