diff --git a/src/styles/variables.css b/src/styles/variables.css index 5aacd3f..ee26c96 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:21:28 GMT */ :root { @@ -168,5 +168,5 @@ --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); + --button-primary-bg-default: var(--color-background-tertiary); } diff --git a/tokens/design.tokens.json b/tokens/design.tokens.json index 534d14c..3fe3acb 100644 --- a/tokens/design.tokens.json +++ b/tokens/design.tokens.json @@ -567,7 +567,7 @@ "primary": { "bg-default": { "type": "color", - "value": "{semantic.color.background.primary}", + "value": "{semantic.color.background.tertiary}", "description": "", "$extensions": { "mode": {}, @@ -2959,7 +2959,7 @@ "specific", "global" ], - "createdAt": "2025-04-16T17:30:07.708Z" + "createdAt": "2025-04-17T16:21:00.680Z" } } } \ No newline at end of file