diff --git a/src/styles/variables.css b/src/styles/variables.css index e4ee432..5d9dea2 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 16:17:54 GMT */ :root { @@ -140,6 +140,11 @@ --button-secondary-bg-active: var(--alpha); --button-secondary-bg-hover: var(--alpha); --button-secondary-bg-default: var(--alpha); + --button-primary-border-active: var(--acid-80); + --button-primary-border-hover: var(--acid-90); + --button-primary-foreground: var(--black); + --button-primary-bg-active: var(--acid-80); + --button-primary-bg-hover: var(--acid-70); --color-text-inverse: var(--black); --color-text-tertiary: var(--green-80); --color-text-secondary: var(--acid-90); @@ -151,9 +156,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-active: var(--acid-90); --color-background-primary-hover: var(--eggplant-70); - --color-background-primary: var(--eggplant-60); + --color-background-primary: var(--acid-60); --color-background-default: var(--white); --button-tertiary-fg-active: var(--color-background-tertiary-active); --button-tertiary-fg-hover: var(--color-background-tertiary-hover); @@ -162,11 +167,6 @@ --button-secondary-border-active: var(--color-background-secondary-active); --button-secondary-border-hover: var(--color-background-secondary-hover); --button-secondary-border-default: var(--color-background-secondary); - --button-primary-border-active: var(--color-background-primary-active); - --button-primary-border-hover: var(--color-background-primary-hover); --button-primary-border-default: var(--color-background-primary); - --button-primary-foreground: var(--color-background-default); - --button-primary-bg-active: var(--color-background-primary-active); - --button-primary-bg-hover: var(--color-background-primary-hover); --button-primary-bg-default: var(--color-background-primary); } diff --git a/tokens/design.tokens.json b/tokens/design.tokens.json index 5683792..cc11f3f 100644 --- a/tokens/design.tokens.json +++ b/tokens/design.tokens.json @@ -23,7 +23,7 @@ }, "primary": { "type": "color", - "value": "{global.eggplant.60}", + "value": "{global.acid.60}", "description": "", "$extensions": { "mode": {}, @@ -61,7 +61,7 @@ }, "primary-active": { "type": "color", - "value": "{global.eggplant.90}", + "value": "{global.acid.90}", "description": "", "$extensions": { "mode": {}, @@ -586,7 +586,7 @@ }, "bg-hover": { "type": "color", - "value": "{semantic.color.background.primary-hover}", + "value": "{global.acid.70}", "description": "", "$extensions": { "mode": {}, @@ -605,7 +605,7 @@ }, "bg-active": { "type": "color", - "value": "{semantic.color.background.primary-active}", + "value": "{global.acid.80}", "description": "", "$extensions": { "mode": {}, @@ -624,7 +624,7 @@ }, "foreground": { "type": "color", - "value": "{semantic.color.background.default}", + "value": "{global.black}", "description": "", "$extensions": { "mode": {}, @@ -662,7 +662,7 @@ }, "border-hover": { "type": "color", - "value": "{semantic.color.background.primary-hover}", + "value": "{global.acid.90}", "description": "", "$extensions": { "mode": {}, @@ -681,7 +681,7 @@ }, "border-active": { "type": "color", - "value": "{semantic.color.background.primary-active}", + "value": "{global.acid.80}", "description": "", "$extensions": { "mode": {}, @@ -2959,7 +2959,7 @@ "specific", "global" ], - "createdAt": "2025-05-12T04:31:50.538Z" + "createdAt": "2025-05-12T16:15:29.508Z" } } } \ No newline at end of file