From 38d243ecbb1df07a6ea61895f9dc49dbee676505 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Wed, 15 Nov 2023 05:50:58 -0500 Subject: [PATCH] Increasing contrast of tooltip in dark mode. --- tokens/themes/dark.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tokens/themes/dark.json b/tokens/themes/dark.json index 43a3f6dc..2c0584b3 100644 --- a/tokens/themes/dark.json +++ b/tokens/themes/dark.json @@ -2649,13 +2649,13 @@ "color": { "background": { "default": { - "value": "{palette.neutral.0}", + "value": "{palette.neutral.725}", "type": "color", "$extensions": { "studio.tokens": { "modify": { "type": "alpha", - "value": "0.15", + "value": "0.90", "space": "lch" } }