Skip to content

Commit

Permalink
feat(data): Change focus.color.border-alt to focus.color.borderalt
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Jan 23, 2024
1 parent e027aa5 commit c897d89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/tokens/$themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
"form.color.validation.label-error": "S:98926c4532d29088da9fdc5752d9621f7d41e941,",
"form.color.validation.label-warning": "S:7dc45a8e50207445151c174047bafda5d7748e5b,",
"focus.color.bg": "S:744dd933270483f4a4fea4838e7473981e114132,",
"focus.color.border-alt": "S:a1774cc253a9c0ef1afc57424c7fbaa6a198bdc8,",
"focus.color.border": "S:7f673930ff3cefd1173605aaacee1daedfd4a0b4,",
"focus.color.label": "S:47640959146c9c46a04f67a25e546015336d2b31,",
"feedback.color.inverse.bg-default": "S:54c7c472e8359388ba8fdc726457a10dd4e2c66b,",
Expand Down Expand Up @@ -367,7 +366,8 @@
"badge.color.inverse.warning.label-default": "S:7b9dc21ecd3b9ca6653c44dc04ea6240f26969fd,",
"badge.color.standard.warning.border-default": "S:a1ae209c26f892e4270bb021d846a91cbf6f7ebc,",
"badge.color.standard.warning.bg-default": "S:799be5c488dcb9a14970f66f315b0de7294c117c,",
"badge.color.standard.warning.label-default": "S:151b147d65545b92a7d644f8c10d6b24c6a250fa,"
"badge.color.standard.warning.label-default": "S:151b147d65545b92a7d644f8c10d6b24c6a250fa,",
"focus.color.borderalt": "S:a1774cc253a9c0ef1afc57424c7fbaa6a198bdc8,"
},
"selectedTokenSets": {
"origin": "source",
Expand Down
2 changes: 1 addition & 1 deletion data/tokens/Components/focus.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"value": "{base.color.interactive.focus.withDefaultAlt}",
"type": "color"
},
"border-alt": {
"borderalt": {
"value": "{base.color.interactive.focus.withDefault}",
"type": "color"
},
Expand Down

0 comments on commit c897d89

Please sign in to comment.