From 8512dbb99e71723ed7febd0449d75d34a8ac8aba Mon Sep 17 00:00:00 2001 From: anas <116729311+anas-araid-belka@users.noreply.github.com> Date: Mon, 12 May 2025 15:06:29 +0200 Subject: [PATCH 1/2] Update tokens --- tokens/design.tokens.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tokens/design.tokens.json b/tokens/design.tokens.json index 5683792..356eae0 100644 --- a/tokens/design.tokens.json +++ b/tokens/design.tokens.json @@ -23,7 +23,7 @@ }, "primary": { "type": "color", - "value": "{global.eggplant.60}", + "value": "{global.breeze.60}", "description": "", "$extensions": { "mode": {}, @@ -2959,7 +2959,7 @@ "specific", "global" ], - "createdAt": "2025-05-12T04:31:50.538Z" + "createdAt": "2025-05-12T13:06:28.574Z" } } } \ No newline at end of file From f39f5ebdec9211595742c7cb431ea664d093ef2b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 12 May 2025 13:06:59 +0000 Subject: [PATCH 2/2] Commit from GitHub Actions (Build Design Tokens) --- src/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/variables.css b/src/styles/variables.css index e4ee432..bcd0a8e 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 13:06:58 GMT */ :root { @@ -153,7 +153,7 @@ --color-background-secondary: var(--eggplant-60); --color-background-primary-active: var(--eggplant-90); --color-background-primary-hover: var(--eggplant-70); - --color-background-primary: var(--eggplant-60); + --color-background-primary: var(--breeze-60); --color-background-default: var(--white); --button-tertiary-fg-active: var(--color-background-tertiary-active); --button-tertiary-fg-hover: var(--color-background-tertiary-hover);