From 9b39dbc2fbf8f00d28800f5988db7f1da5c44484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sun, 7 Apr 2019 19:01:59 +0200 Subject: [PATCH] Graph: Fixed tooltip highlight on white theme (#16429) Fixes #16359 --- packages/grafana-ui/src/themes/light.ts | 2 +- public/sass/_variables.light.generated.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/grafana-ui/src/themes/light.ts b/packages/grafana-ui/src/themes/light.ts index a3994fc7458..0b36f5eca01 100644 --- a/packages/grafana-ui/src/themes/light.ts +++ b/packages/grafana-ui/src/themes/light.ts @@ -65,7 +65,7 @@ const lightTheme: GrafanaTheme = { text: basicColors.gray1, textStrong: basicColors.dark2, textWeak: basicColors.gray2, - textEmphasis: basicColors.gray5, + textEmphasis: basicColors.dark5, textFaint: basicColors.dark4, link: basicColors.gray1, linkDisabled: new tinycolor(basicColors.gray1).lighten(30).toString(), diff --git a/public/sass/_variables.light.generated.scss b/public/sass/_variables.light.generated.scss index 4d1dd96bccf..d8bd561a3fd 100644 --- a/public/sass/_variables.light.generated.scss +++ b/public/sass/_variables.light.generated.scss @@ -76,7 +76,7 @@ $text-color: #52545c; $text-color-strong: #41444b; $text-color-weak: #767980; $text-color-faint: #35373f; -$text-color-emphasis: #dde4ed; +$text-color-emphasis: #41444b; $text-shadow-faint: none;