From 413078488f198968286a4b9070737494494c7484 Mon Sep 17 00:00:00 2001 From: Brion Date: Wed, 6 Nov 2024 05:22:11 +0530 Subject: [PATCH] fix(primitives): update invalid default dark primary color --- .../src/design-tokens/oxygen/dark.tokens.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/primitives/src/design-tokens/oxygen/dark.tokens.json b/packages/primitives/src/design-tokens/oxygen/dark.tokens.json index 98f1d835..edefdbe8 100644 --- a/packages/primitives/src/design-tokens/oxygen/dark.tokens.json +++ b/packages/primitives/src/design-tokens/oxygen/dark.tokens.json @@ -3,23 +3,23 @@ "colors": { "primary": { "lighter": { - "value": "#14b8a5", + "value": "#ff9666", "type": "color" }, "light": { - "value": "#19e6ce", + "value": "#ff7433", "type": "color" }, "default": { - "value": "#47ebd8", + "value": "#ff5100", "type": "color" }, "dark": { - "value": "#75f0e1", + "value": "#cc4100", "type": "color" }, "darker": { - "value": "#a3f5eb", + "value": "#993000", "type": "color" } }, @@ -63,7 +63,7 @@ "type": "color" }, "primary": { - "value": "#75f0e1", + "value": "#cc4100", "type": "color" } }, @@ -89,7 +89,7 @@ "type": "color" }, "primary": { - "value": "#47ebd8", + "value": "#ff5100", "type": "color" }, "gray": { @@ -228,7 +228,7 @@ "background": { "primary": { "default": { - "value": "#47ebd8", + "value": "#ff5100", "type": "color" } }, @@ -327,4 +327,4 @@ "value": "https://raw.githubusercontent.com/brionmario/oxygen/main/examples/multi-brand-identity/public/assets/brands/oxygen/images/oxygen-logo-inverted.svg", "type": "asset" } -} \ No newline at end of file +}