Skip to content

Commit a50341a

Browse files
Commit from GitHub Actions (Build Design Tokens)
1 parent c6b4f05 commit a50341a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/variables.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Mon, 12 May 2025 04:32:22 GMT
3+
* Generated on Mon, 12 May 2025 16:17:20 GMT
44
*/
55

66
:root {
@@ -140,6 +140,7 @@
140140
--button-secondary-bg-active: var(--alpha);
141141
--button-secondary-bg-hover: var(--alpha);
142142
--button-secondary-bg-default: var(--alpha);
143+
--button-primary-border-default: var(--pink-80);
143144
--color-text-inverse: var(--black);
144145
--color-text-tertiary: var(--green-80);
145146
--color-text-secondary: var(--acid-90);
@@ -164,7 +165,6 @@
164165
--button-secondary-border-default: var(--color-background-secondary);
165166
--button-primary-border-active: var(--color-background-primary-active);
166167
--button-primary-border-hover: var(--color-background-primary-hover);
167-
--button-primary-border-default: var(--color-background-primary);
168168
--button-primary-foreground: var(--color-background-default);
169169
--button-primary-bg-active: var(--color-background-primary-active);
170170
--button-primary-bg-hover: var(--color-background-primary-hover);

0 commit comments

Comments
 (0)