Skip to content

Commit

Permalink
Merge branch 'add-link-inverse-and-hover-tokens' of github.com:emulsi…
Browse files Browse the repository at this point in the history
…fy-ds/emulsify-ui-kit into add-link-inverse-and-hover-tokens
  • Loading branch information
Mari Nez committed Oct 1, 2024
2 parents 5b14b19 + 364776d commit 290702f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tokens/tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
--main-menu-color-dropdown-label-hover: #006089;
--link-color-default: #005f89;
--link-color-hover: #00202e;
--link-color-inverse: #fff;
--link-color-inverse-hover: #9ce1ff;
--link-body: [object Object];
--input-gap: 0.5rem;
--input-padding-x: 1rem;
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/transformed.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,14 @@
"hover": {
"value": "#00202e",
"type": "color"
},
"inverse": {
"value": "#ffffff",
"type": "color"
},
"inverse-hover": {
"value": "#9ce1ff",
"type": "color"
}
},
"body": {
Expand Down

0 comments on commit 290702f

Please sign in to comment.