Skip to content

Commit

Permalink
fix(pagination): fix next button icon misalignment (themesberg#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmach authored Sep 6, 2022
1 parent bc4fea7 commit 0dd10d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Pagination/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const Pagination: FC<PaginationProps> = ({
onClick={() => goToNextPage()}
>
Next
{showIcon && <HiChevronRight aria-hidden className={theme.pages.showIcon} />}
{showIcon && <HiChevronRight aria-hidden className={theme.pages.next.icon} />}
</button>
</li>
</ul>
Expand Down

0 comments on commit 0dd10d3

Please sign in to comment.