Skip to content

Commit

Permalink
Corrected the WC cool neutral color token from 100 to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
dana-saur committed Oct 2, 2024
1 parent a1891f8 commit d0deab0
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,11 +369,6 @@
},
"wc-color": {
"neutral-cool": {
"100": {
"value": "#121212",
"type": "color",
"parent": "Primitives/Value"
},
"200": {
"value": "#fbfaf4",
"type": "color",
Expand Down Expand Up @@ -403,6 +398,11 @@
"value": "#323232",
"type": "color",
"parent": "Primitives/Value"
},
"1000": {
"value": "#121212",
"type": "color",
"parent": "Primitives/Value"
}
},
"neutral-warm": {
Expand Down Expand Up @@ -2098,9 +2098,6 @@
"selectedTokenSets": {
"01 Semantic": "source",
"00 Core": "source",
"BREAKPOINTS/Tablet": "disabled",
"BREAKPOINTS/Mobile": "disabled",
"BREAKPOINTS/Wide desktop": "disabled",
"BREAKPOINTS/Desktop": "enabled"
},
"$figmaVariableReferences": {
Expand Down Expand Up @@ -2136,10 +2133,7 @@
"selectedTokenSets": {
"01 Semantic": "source",
"00 Core": "source",
"BREAKPOINTS/Tablet": "enabled",
"BREAKPOINTS/Mobile": "disabled",
"BREAKPOINTS/Wide desktop": "disabled",
"BREAKPOINTS/Desktop": "disabled"
"BREAKPOINTS/Tablet": "enabled"
},
"$figmaVariableReferences": {
"font.size.f6": "6da2dad8bfcbc4f07f89e3a63fd3d3a63683ec24",
Expand Down Expand Up @@ -2174,10 +2168,7 @@
"selectedTokenSets": {
"01 Semantic": "source",
"00 Core": "source",
"BREAKPOINTS/Tablet": "disabled",
"BREAKPOINTS/Mobile": "enabled",
"BREAKPOINTS/Wide desktop": "disabled",
"BREAKPOINTS/Desktop": "disabled"
"BREAKPOINTS/Mobile": "enabled"
},
"$figmaVariableReferences": {
"font.size.f6": "6da2dad8bfcbc4f07f89e3a63fd3d3a63683ec24",
Expand Down Expand Up @@ -2212,10 +2203,7 @@
"selectedTokenSets": {
"00 Core": "source",
"01 Semantic": "source",
"BREAKPOINTS/Tablet": "disabled",
"BREAKPOINTS/Mobile": "disabled",
"BREAKPOINTS/Wide desktop": "enabled",
"BREAKPOINTS/Desktop": "disabled"
"BREAKPOINTS/Wide desktop": "enabled"
},
"group": "02 Responsive"
}
Expand Down

0 comments on commit d0deab0

Please sign in to comment.