diff --git a/src/styles/variables.css b/src/styles/variables.css index 5aacd3f..e426b72 100644 --- a/src/styles/variables.css +++ b/src/styles/variables.css @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 16 Apr 2025 17:30:37 GMT + * Generated on Thu, 17 Apr 2025 16:25:04 GMT */ :root { @@ -129,7 +129,7 @@ --spacing-lg: 48px; --spacing-none: 0px; --spacing-2-xs: 8px; - --spacing-md: 24px; + --spacing-md: 20px; --spacing-xs: 12px; --button-dimension-radius: var(--radius-xs); --button-dimension-padding-h: var(--spacing-md); @@ -145,15 +145,15 @@ --color-text-secondary: var(--acid-90); --color-text-primary: var(--wall-60); --color-text-default: var(--white); - --color-background-tertiary-active: var(--breeze-90); - --color-background-tertiary-hover: var(--breeze-80); - --color-background-tertiary: var(--breeze-60); + --color-background-tertiary-active: var(--light-blue-90); + --color-background-tertiary-hover: var(--light-blue-80); + --color-background-tertiary: var(--light-blue-60); --color-background-secondary-active: var(--eggplant-90); --color-background-secondary-hover: var(--eggplant-70); --color-background-secondary: var(--eggplant-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 534d14c..a71a4c1 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": {}, @@ -137,7 +137,7 @@ }, "tertiary": { "type": "color", - "value": "{global.breeze.60}", + "value": "{global.lightBlue.60}", "description": "", "$extensions": { "mode": {}, @@ -156,7 +156,7 @@ }, "tertiary-hover": { "type": "color", - "value": "{global.breeze.80}", + "value": "{global.lightBlue.80}", "description": "", "$extensions": { "mode": {}, @@ -175,7 +175,7 @@ }, "tertiary-active": { "type": "color", - "value": "{global.breeze.90}", + "value": "{global.lightBlue.90}", "description": "", "$extensions": { "mode": {}, @@ -313,7 +313,7 @@ }, "md": { "type": "dimension", - "value": "24px", + "value": "20px", "description": "", "$extensions": { "mode": {}, @@ -2959,7 +2959,7 @@ "specific", "global" ], - "createdAt": "2025-04-16T17:30:07.708Z" + "createdAt": "2025-04-17T16:24:23.748Z" } } } \ No newline at end of file