diff --git a/src/styles/variables.dark.json b/src/styles/variables.dark.json index a71fed06..16b15757 100644 --- a/src/styles/variables.dark.json +++ b/src/styles/variables.dark.json @@ -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" diff --git a/src/styles/variables.json b/src/styles/variables.json index 7f630f0f..0aa4b5b6 100644 --- a/src/styles/variables.json +++ b/src/styles/variables.json @@ -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" diff --git a/src/styles/variables.light.json b/src/styles/variables.light.json index 8b4ee983..d7c1639c 100644 --- a/src/styles/variables.light.json +++ b/src/styles/variables.light.json @@ -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" diff --git a/tokens/themes/dark.json b/tokens/themes/dark.json index 2c0584b3..f7cc1db1 100644 --- a/tokens/themes/dark.json +++ b/tokens/themes/dark.json @@ -2655,7 +2655,7 @@ "studio.tokens": { "modify": { "type": "alpha", - "value": "0.90", + "value": "0.95", "space": "lch" } } diff --git a/tokens/themes/light.json b/tokens/themes/light.json index 0e346f8d..598879df 100644 --- a/tokens/themes/light.json +++ b/tokens/themes/light.json @@ -2952,7 +2952,7 @@ "studio.tokens": { "modify": { "type": "alpha", - "value": "0.8", + "value": "0.85", "space": "lch" } }