diff --git a/src/styles/variables.css b/src/styles/variables.css index dc55a00..92fdb10 100644 --- a/src/styles/variables.css +++ b/src/styles/variables.css @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 22 Jan 2025 09:18:27 GMT + * Generated on Wed, 22 Jan 2025 10:04:18 GMT */ :root { @@ -151,9 +151,9 @@ --color-background-secondary-active: var(--breeze-90); --color-background-secondary-hover: var(--breeze-70); --color-background-secondary: var(--breeze-60); - --color-background-primary-active: var(--eggplant-90); - --color-background-primary-hover: var(--eggplant-70); - --color-background-primary: var(--eggplant-60); + --color-background-primary-active: var(--breeze-90); + --color-background-primary-hover: var(--breeze-70); + --color-background-primary: var(--breeze-60); --color-background-default: var(--white); --button-tertiary-fg-active: var(--color-background-tertiary-active); --button-tertiary-fg-hover: var(--color-background-tertiary-hover); diff --git a/tokens/design.tokens.json b/tokens/design.tokens.json index 35b855f..ee493ad 100644 --- a/tokens/design.tokens.json +++ b/tokens/design.tokens.json @@ -23,7 +23,7 @@ }, "primary": { "type": "color", - "value": "{global.eggplant.60}", + "value": "{global.breeze.60}", "description": "", "$extensions": { "mode": {}, @@ -42,7 +42,7 @@ }, "primary-hover": { "type": "color", - "value": "{global.eggplant.70}", + "value": "{global.breeze.70}", "description": "", "$extensions": { "mode": {}, @@ -61,7 +61,7 @@ }, "primary-active": { "type": "color", - "value": "{global.eggplant.90}", + "value": "{global.breeze.90}", "description": "", "$extensions": { "mode": {}, @@ -2959,7 +2959,7 @@ "specific", "global" ], - "createdAt": "2025-01-22T09:10:33.178Z" + "createdAt": "2025-01-22T10:03:48.091Z" } } } \ No newline at end of file