diff --git a/build/_generated_variables.css b/build/_generated_variables.css index 1b285a7..5a6bcd5 100644 --- a/build/_generated_variables.css +++ b/build/_generated_variables.css @@ -1,14 +1,14 @@ /** * Do not edit directly - * Generated on Fri, 12 Jan 2024 14:43:16 GMT + * Generated on Wed, 17 Jan 2024 15:49:26 GMT */ :root { --color-operating-structure: #3a3daa; --color-action-primary-default: #4d51c9; --color-action-primary-hover: #7d7df4; - --color-action-secondary-default: #fed7c4; - --color-action-secondary-hover: #ffeae1; + --color-action-secondary-default: #ececff; + --color-action-secondary-hover: #f8f8ff; --color-action-neutral-disabled: #dfdfdf; --color-action-neutral-default: #a5a5a5; --color-action-neutral-hover: #c5c5c5; diff --git a/build/_generated_variables.scss b/build/_generated_variables.scss index 14fca15..9afe7bd 100644 --- a/build/_generated_variables.scss +++ b/build/_generated_variables.scss @@ -1,12 +1,12 @@ // Do not edit directly -// Generated on Fri, 12 Jan 2024 14:43:16 GMT +// Generated on Wed, 17 Jan 2024 15:49:26 GMT $color-operating-structure: #3a3daa; $color-action-primary-default: #4d51c9; $color-action-primary-hover: #7d7df4; -$color-action-secondary-default: #fed7c4; -$color-action-secondary-hover: #ffeae1; +$color-action-secondary-default: #ececff; +$color-action-secondary-hover: #f8f8ff; $color-action-neutral-disabled: #dfdfdf; $color-action-neutral-default: #a5a5a5; $color-action-neutral-hover: #c5c5c5; diff --git a/tokens/all.json b/tokens/all.json index 719080f..1f6fee6 100644 --- a/tokens/all.json +++ b/tokens/all.json @@ -20,12 +20,12 @@ }, "secondary": { "default": { - "value": "#fed7c4", + "value": "#ececff", "type": "color", "description": "The secondary colour for interactive elements" }, "hover": { - "value": "#ffeae1", + "value": "#f8f8ff", "type": "color", "description": "The colour used for the secondary interactive elements when in a hover state" }