diff --git a/data/tokens/$themes.json b/data/tokens/$themes.json index d6b903e1..11ed0327 100644 --- a/data/tokens/$themes.json +++ b/data/tokens/$themes.json @@ -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,", @@ -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", diff --git a/data/tokens/Components/focus.json b/data/tokens/Components/focus.json index ed836438..3599ad6f 100644 --- a/data/tokens/Components/focus.json +++ b/data/tokens/Components/focus.json @@ -5,7 +5,7 @@ "value": "{base.color.interactive.focus.withDefaultAlt}", "type": "color" }, - "border-alt": { + "borderalt": { "value": "{base.color.interactive.focus.withDefault}", "type": "color" },