Graph: Fixed tooltip highlight on white theme (#16429)

Fixes #16359
This commit is contained in:
Torkel Ödegaard
2019-04-07 19:01:59 +02:00
committed by GitHub
parent 78ef1719e2
commit 9b39dbc2fb
2 changed files with 2 additions and 2 deletions

View File

@@ -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(),