Skip to content

Commit db79a4f

Browse files
Merge pull request #14 from BelkaLab/tokenbrucke-anas
chore(tokens): update tokens
2 parents fbbcd88 + c6dff87 commit db79a4f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/styles/variables.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Wed, 22 Jan 2025 10:04:18 GMT
3+
* Generated on Wed, 22 Jan 2025 15:49:06 GMT
44
*/
55

66
:root {
@@ -131,7 +131,7 @@
131131
--spacing-2-xs: 8px;
132132
--spacing-md: 24px;
133133
--spacing-xs: 12px;
134-
--button-dimension-radius: var(--radius-xs);
134+
--button-dimension-radius: var(--radius-md);
135135
--button-dimension-padding-h: var(--spacing-md);
136136
--button-dimension-padding-v: var(--spacing-xs);
137137
--button-tertiary-bg-active: var(--alpha);
@@ -151,9 +151,9 @@
151151
--color-background-secondary-active: var(--breeze-90);
152152
--color-background-secondary-hover: var(--breeze-70);
153153
--color-background-secondary: var(--breeze-60);
154-
--color-background-primary-active: var(--breeze-90);
155-
--color-background-primary-hover: var(--breeze-70);
156-
--color-background-primary: var(--breeze-60);
154+
--color-background-primary-active: var(--eggplant-90);
155+
--color-background-primary-hover: var(--eggplant-70);
156+
--color-background-primary: var(--eggplant-60);
157157
--color-background-default: var(--white);
158158
--button-tertiary-fg-active: var(--color-background-tertiary-active);
159159
--button-tertiary-fg-hover: var(--color-background-tertiary-hover);

tokens/design.tokens.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"primary": {
2525
"type": "color",
26-
"value": "{global.breeze.60}",
26+
"value": "{global.eggplant.60}",
2727
"description": "",
2828
"$extensions": {
2929
"mode": {},
@@ -42,7 +42,7 @@
4242
},
4343
"primary-hover": {
4444
"type": "color",
45-
"value": "{global.breeze.70}",
45+
"value": "{global.eggplant.70}",
4646
"description": "",
4747
"$extensions": {
4848
"mode": {},
@@ -61,7 +61,7 @@
6161
},
6262
"primary-active": {
6363
"type": "color",
64-
"value": "{global.breeze.90}",
64+
"value": "{global.eggplant.90}",
6565
"description": "",
6666
"$extensions": {
6767
"mode": {},
@@ -987,7 +987,7 @@
987987
},
988988
"radius": {
989989
"type": "dimension",
990-
"value": "{semantic.radius.xs}",
990+
"value": "{semantic.radius.md}",
991991
"description": "",
992992
"$extensions": {
993993
"mode": {},
@@ -2959,7 +2959,7 @@
29592959
"specific",
29602960
"global"
29612961
],
2962-
"createdAt": "2025-01-22T10:03:48.091Z"
2962+
"createdAt": "2025-01-22T15:48:33.882Z"
29632963
}
29642964
}
29652965
}

0 commit comments

Comments
 (0)