Skip to content

Commit

Permalink
Paginator link was not using tailwinds link color, now it does
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Sep 19, 2023
1 parent 6179377 commit 66a119b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/PaginatorNavLink/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function PaginatorNavLink(props: Props) {
return (
<Link
className={clsx(
"border-gray-900 dark:border-gray-50 rounded-md border p-4",
"border-gray-900 dark:border-gray-50 rounded-md border p-4 text-gray-900 dark:text-gray-50 hover:text-brand-700 dark:hover:text-brand-500",
isNext && "text-right",
className
)}
Expand Down

0 comments on commit 66a119b

Please sign in to comment.