Skip to content

Commit

Permalink
feat(data): update values of DARK THEME focus colours
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Dec 3, 2024
1 parent d182ff8 commit 974f3c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/tokens/modes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@
"type": "color"
},
"content": {
"value": "{primitives.colors.black}",
"value": "{modes.color.generic.content.extreme}",
"type": "color"
},
"withDefaultAlt": {
Expand All @@ -534,7 +534,7 @@
"type": "mix",
"value": "0.4",
"space": "lch",
"color": "{modes.color.modifier.contrastMore}"
"color": "{modes.color.modifier.contrastLess} "
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion data/tokens/modes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
"type": "color"
},
"content": {
"value": "{primitives.colors.black}",
"value": "{modes.color.generic.content.extreme}",
"type": "color"
}
},
Expand Down

0 comments on commit 974f3c7

Please sign in to comment.