Skip to content

Commit

Permalink
Realign icon in pagination vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Dec 8, 2023
1 parent 1d86ad1 commit 2469809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/Pagination/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const Pagination = forwardRef(
onClick={onPrevious}
type="button"
>
<Icon svg={ChevronLeftIcon} size="level-6" />
<Icon svg={ChevronLeftIcon} size="level-5" />
vorige
</button>
</li>
Expand Down Expand Up @@ -162,7 +162,7 @@ export const Pagination = forwardRef(
type="button"
>
volgende
<Icon svg={ChevronRightIcon} size="level-6" />
<Icon svg={ChevronRightIcon} size="level-5" />
</button>
</li>
</ol>
Expand Down

0 comments on commit 2469809

Please sign in to comment.