Skip to content

Commit

Permalink
feat(data): Light mode: 1. Remove incorrect lines in alpha mixes: "co…
Browse files Browse the repository at this point in the history
…lor": "{modes.color.modifier.contrastMore}" from lines 425, 635, 713. 2. Remove incorrect line ""color": "{modes.color.modifier.contrastLess}" from lines 202, 257.
  • Loading branch information
clairedenning committed Nov 20, 2024
1 parent 4188103 commit 57a71d3
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions data/tokens/modes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@
"modify": {
"type": "alpha",
"value": "0.95",
"space": "lch",
"color": "{modes.color.modifier.contrastLess}"
"space": "lch"
}
}
}
Expand Down Expand Up @@ -253,8 +252,7 @@
"modify": {
"type": "alpha",
"value": "0.32",
"space": "lch",
"color": "{modes.color.modifier.contrastLess}"
"space": "lch"
}
}
},
Expand Down Expand Up @@ -421,8 +419,7 @@
"modify": {
"type": "alpha",
"value": "{modes.color.modifiers.button.hover} ",
"space": "lch",
"color": "{modes.color.modifier.contrastMore}"
"space": "lch"
}
}
},
Expand Down Expand Up @@ -631,8 +628,7 @@
"modify": {
"type": "alpha",
"value": "{modes.color.modifiers.button.hoverAlt} ",
"space": "lch",
"color": "{modes.color.modifier.contrastMore}"
"space": "lch"
}
}
}
Expand Down Expand Up @@ -709,8 +705,7 @@
"modify": {
"type": "alpha",
"value": "{modes.color.modifiers.button.hover} ",
"space": "lch",
"color": "{modes.color.modifier.contrastMore}"
"space": "lch"
}
}
},
Expand Down

0 comments on commit 57a71d3

Please sign in to comment.