diff --git a/src/styles/variables.css b/src/styles/variables.css index 5aacd3f..e4ee432 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 Mon, 12 May 2025 04:32:22 GMT */ :root { @@ -132,7 +132,7 @@ --spacing-md: 24px; --spacing-xs: 12px; --button-dimension-radius: var(--radius-xs); - --button-dimension-padding-h: var(--spacing-md); + --button-dimension-padding-h: var(--spacing-xs); --button-dimension-padding-v: var(--spacing-xs); --button-tertiary-bg-active: var(--alpha); --button-tertiary-bg-hover: var(--alpha); diff --git a/tokens/design.tokens.json b/tokens/design.tokens.json index 534d14c..5683792 100644 --- a/tokens/design.tokens.json +++ b/tokens/design.tokens.json @@ -970,7 +970,7 @@ }, "padding-h": { "type": "dimension", - "value": "{semantic.spacing.md}", + "value": "{semantic.spacing.xs}", "description": "", "$extensions": { "mode": {}, @@ -2959,7 +2959,7 @@ "specific", "global" ], - "createdAt": "2025-04-16T17:30:07.708Z" + "createdAt": "2025-05-12T04:31:50.538Z" } } } \ No newline at end of file