Update pagination border and background colors according to the specs
Problem
Currently, the pagination component implemented is using the wrong background color on active page links and the same color for the border of the active page link.
Proposal
Let's update the component to match both colors of the specs, changing the background color to #1F78D1
and the border color to #1B69B6
.
Before | After |
---|---|
![]() |
![]() |