Skip to content

Commit

Permalink
feat(data): Dark mode: Remove incorrect lines in alpha mixes: 1. "col…
Browse files Browse the repository at this point in the history
…or": "{modes.color.modifier.contrastLess}" from lines 202, 257, 609. 2."color": "{modes.color.modifier.contrastMore}" from lines 424, 623, 701
  • Loading branch information
clairedenning committed Nov 20, 2024
1 parent 57a71d3 commit e2c9a83
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions data/tokens/modes/dark.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.3",
"space": "lch",
"color": "{modes.color.modifier.contrastLess}"
"space": "lch"
}
}
},
Expand Down Expand Up @@ -420,8 +418,7 @@
"modify": {
"type": "alpha",
"value": "{modes.color.modifiers.button.hover} ",
"space": "lch",
"color": "{modes.color.modifier.contrastMore}"
"space": "lch"
}
}
},
Expand Down Expand Up @@ -605,8 +602,7 @@
"modify": {
"type": "alpha",
"value": "0.9",
"space": "lch",
"color": "{modes.color.modifier.contrastLess} "
"space": "lch"
}
}
}
Expand All @@ -619,8 +615,7 @@
"modify": {
"type": "alpha",
"value": "{modes.color.modifiers.button.hoverAlt} ",
"space": "lch",
"color": "{modes.color.modifier.contrastMore}"
"space": "lch"
}
}
}
Expand Down Expand Up @@ -697,8 +692,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 e2c9a83

Please sign in to comment.