Skip to content

Commit

Permalink
10409: Update selected paginator page to blue color;
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Rogers committed Sep 24, 2024
1 parent 15d313b commit 6071ea5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web-client/src/ustc-ui/Pagination/Paginator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ const PageButton = (props: {
aria-label="Page 1"
className={classNames(
'usa-pagination__button',
'background-none',
props.selected && 'usa-current',
'cursor-pointer',
props.selected && 'paginator-current',
!props.selected && 'background-none',
)}
onClick={() => props.onClick(props.pageNumber)}
>
Expand Down

0 comments on commit 6071ea5

Please sign in to comment.