Skip to content

Commit

Permalink
Sync paginator nav link with doc card
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Sep 19, 2023
1 parent 798636a commit 124ef30
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 @@ -19,7 +19,7 @@ export default function PaginatorNavLink(props: Props) {
to={permalink}
>
{subLabel && (
<div className="text-sm text-gray-600 dark:text-gray-500 inline-flex">
<div className="text-sm text-gray-700 dark:text-gray-300 inline-flex">
{subLabel}
</div>
)}
Expand Down

0 comments on commit 124ef30

Please sign in to comment.