Skip to content

Commit

Permalink
feat(data): Update some nav colour token values to make all navigatio…
Browse files Browse the repository at this point in the history
…n components work better together
  • Loading branch information
clairedenning committed Jan 10, 2024
1 parent 725f3e7 commit 3b11415
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions data/tokens/Components/nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
},
"menu": {
"bg-default": {
"value": "{base.color.generic.bg.standard.delicate}",
"value": "{base.color.generic.bg.standard.soft}",
"type": "color"
},
"bg-alt": {
"value": "{base.color.generic.bg.standard.soft}",
"value": "{base.color.generic.bg.standard.delicate}",
"type": "color"
}
}
Expand Down Expand Up @@ -107,12 +107,14 @@
},
"menu": {
"bg-default": {
"value": "{base.color.generic.bg.inverse.harsh}",
"type": "color"
"value": "{base.color.generic.bg.inverse.soft}",
"type": "color",
"description": "{base.color.generic.bg.inverse.harsh}"
},
"bg-alt": {
"value": "{base.color.generic.bg.inverse.firm}",
"type": "color"
"value": "{base.color.generic.bg.inverse.delicate}",
"type": "color",
"description": "{base.color.generic.bg.inverse.firm}"
}
}
}
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 @@ -105,7 +105,7 @@
"studio.tokens": {
"modify": {
"type": "mix",
"value": "0.12",
"value": "0.117",
"space": "lch",
"color": "{base.color.modifier.contrastLess} "
}
Expand Down

0 comments on commit 3b11415

Please sign in to comment.