Skip to content

Commit

Permalink
fix(primitives): update invalid default dark primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Nov 5, 2024
1 parent 0511dd9 commit 9ab8b75
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/primitives/src/design-tokens/oxygen/dark.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down Expand Up @@ -63,7 +63,7 @@
"type": "color"
},
"primary": {
"value": "#75f0e1",
"value": "#cc4100",
"type": "color"
}
},
Expand All @@ -89,7 +89,7 @@
"type": "color"
},
"primary": {
"value": "#47ebd8",
"value": "#ff5100",
"type": "color"
},
"gray": {
Expand Down Expand Up @@ -228,7 +228,7 @@
"background": {
"primary": {
"default": {
"value": "#47ebd8",
"value": "#ff5100",
"type": "color"
}
},
Expand Down Expand Up @@ -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"
}
}
}

0 comments on commit 9ab8b75

Please sign in to comment.