Skip to content

Commit

Permalink
Merge pull request #171 from emulsify-ds/emulsif--441-fix-color-contr…
Browse files Browse the repository at this point in the history
…ast-in-pager

Pager: Current page link lacks 4.5 to 1 color contrast
  • Loading branch information
mariannuar authored Jan 8, 2025
2 parents f06f662 + 306f332 commit e2dd9b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/tokens/figma.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2217,13 +2217,13 @@
"type": "color"
},
"focus": {
"value": "{color.primary.dark}",
"value": "{color.primary.darker}",
"type": "color"
}
},
"fill": {
"hover": {
"value": "{color.primary.dark}",
"value": "{color.primary.darker}",
"type": "color"
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/tokens/tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
--radio-gap: 0.25rem;
--pager-color-text-default: #29373d;
--pager-color-text-hover: #ffffff;
--pager-color-text-focus: #0080b7;
--pager-color-fill-hover: #0080b7;
--pager-color-text-focus: #006089;
--pager-color-fill-hover: #006089;
--pager-default: [object Object];
--pager-padding-x: 1rem;
--pager-padding-x-hover: 1rem;
Expand Down
4 changes: 2 additions & 2 deletions src/tokens/transformed.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,13 +297,13 @@
"type": "color"
},
"focus": {
"value": "#0080b7",
"value": "#006089",
"type": "color"
}
},
"fill": {
"hover": {
"value": "#0080b7",
"value": "#006089",
"type": "color"
}
}
Expand Down

0 comments on commit e2dd9b2

Please sign in to comment.