Skip to content

Commit

Permalink
Merge branch 'main' into fix-codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethasok authored Nov 15, 2023
2 parents 5b3d945 + b97ea8b commit 9ac87a9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/styles/variables.dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@
"tooltip": {
"color": {
"background": {
"default": "lch(16.1 0 0 / 0.9)"
"default": "lch(16.1 0 0 / 0.95)"
},
"label": {
"default": "#ffffff"
Expand Down
2 changes: 1 addition & 1 deletion src/styles/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -2170,7 +2170,7 @@
},
"color": {
"background": {
"default": "lch(10.8 0 0 / 0.8)"
"default": "lch(10.8 0 0 / 0.85)"
},
"label": {
"default": "#ffffff"
Expand Down
2 changes: 1 addition & 1 deletion src/styles/variables.light.json
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@
"tooltip": {
"color": {
"background": {
"default": "lch(10.8 0 0 / 0.8)"
"default": "lch(10.8 0 0 / 0.85)"
},
"label": {
"default": "#ffffff"
Expand Down
2 changes: 1 addition & 1 deletion tokens/themes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -2655,7 +2655,7 @@
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.90",
"value": "0.95",
"space": "lch"
}
}
Expand Down
2 changes: 1 addition & 1 deletion tokens/themes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2952,7 +2952,7 @@
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.8",
"value": "0.85",
"space": "lch"
}
}
Expand Down

0 comments on commit 9ac87a9

Please sign in to comment.