From 27b20676afec079afb61b50f66356efbe185fd89 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 30 May 2022 12:06:16 -0400 Subject: [PATCH] Chore: Update theme json (#49480) (#49497) (cherry picked from commit c043a2f83abc2486b7357f4312e6f4e57bae0169) Co-authored-by: Josh Hunt --- public/sass/theme.dark.generated.json | 4 ++++ public/sass/theme.light.generated.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/public/sass/theme.dark.generated.json b/public/sass/theme.dark.generated.json index 0952f01c4a5..178b38b2614 100644 --- a/public/sass/theme.dark.generated.json +++ b/public/sass/theme.dark.generated.json @@ -152,6 +152,10 @@ "menuTabs": { "height": 41 }, + "textHighlight": { + "text": "#000000", + "background": "#F5B73D" + }, "horizontalDrawer": { "defaultHeight": 400 } diff --git a/public/sass/theme.light.generated.json b/public/sass/theme.light.generated.json index 9e1b08ec313..ddd149cd45c 100644 --- a/public/sass/theme.light.generated.json +++ b/public/sass/theme.light.generated.json @@ -152,6 +152,10 @@ "menuTabs": { "height": 41 }, + "textHighlight": { + "text": "#000000", + "background": "#FAD34A" + }, "horizontalDrawer": { "defaultHeight": 400 }