diff --git a/src/styles/variables.css b/src/styles/variables.css index e4ee432..c6cba45 100644 --- a/src/styles/variables.css +++ b/src/styles/variables.css @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 12 May 2025 04:32:22 GMT + * Generated on Mon, 12 May 2025 15:44:06 GMT */ :root { @@ -131,7 +131,7 @@ --spacing-2-xs: 8px; --spacing-md: 24px; --spacing-xs: 12px; - --button-dimension-radius: var(--radius-xs); + --button-dimension-radius: var(--radius-lg); --button-dimension-padding-h: var(--spacing-xs); --button-dimension-padding-v: var(--spacing-xs); --button-tertiary-bg-active: var(--alpha); @@ -151,9 +151,9 @@ --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(--light-blue-90); + --color-background-primary-hover: var(--light-blue-70); + --color-background-primary: var(--light-blue-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 5683792..ae0f90e 100644 --- a/tokens/design.tokens.json +++ b/tokens/design.tokens.json @@ -23,7 +23,7 @@ }, "primary": { "type": "color", - "value": "{global.eggplant.60}", + "value": "{global.lightBlue.60}", "description": "", "$extensions": { "mode": {}, @@ -42,7 +42,7 @@ }, "primary-hover": { "type": "color", - "value": "{global.eggplant.70}", + "value": "{global.lightBlue.70}", "description": "", "$extensions": { "mode": {}, @@ -61,7 +61,7 @@ }, "primary-active": { "type": "color", - "value": "{global.eggplant.90}", + "value": "{global.lightBlue.90}", "description": "", "$extensions": { "mode": {}, @@ -987,7 +987,7 @@ }, "radius": { "type": "dimension", - "value": "{semantic.radius.xs}", + "value": "{semantic.radius.lg}", "description": "", "$extensions": { "mode": {}, @@ -2959,7 +2959,7 @@ "specific", "global" ], - "createdAt": "2025-05-12T04:31:50.538Z" + "createdAt": "2025-05-12T15:43:35.875Z" } } } \ No newline at end of file