Skip to content

Commit

Permalink
feat(PPDSC-2786): more requested styling changes part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTParsons authored and JohnTParsons committed Mar 9, 2023
1 parent 40c2bcf commit 9d2d2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pagination/style-presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export default {
paginationItemNonInteractive: {
base: {
backgroundColor: '{{colors.transparent}}',
color: '{{colors.interactiveLink010}}',
cursor: 'pointer',
color: '{{colors.inkBase}}',
cursor: 'default',
},
disabled: {
color: '{{colors.inkNonEssential}}',
Expand Down

0 comments on commit 9d2d2d3

Please sign in to comment.