From b01cc850b6fb1ba25377cfe1c78c0d7acd685e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 2 Oct 2019 09:59:29 +0200 Subject: [PATCH] Theme: follow-up fix for snapshot --- .../__snapshots__/ThresholdsEditor.test.tsx.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/grafana-ui/src/components/ThresholdsEditor/__snapshots__/ThresholdsEditor.test.tsx.snap b/packages/grafana-ui/src/components/ThresholdsEditor/__snapshots__/ThresholdsEditor.test.tsx.snap index 1f1f4182125..9c498a241f5 100644 --- a/packages/grafana-ui/src/components/ThresholdsEditor/__snapshots__/ThresholdsEditor.test.tsx.snap +++ b/packages/grafana-ui/src/components/ThresholdsEditor/__snapshots__/ThresholdsEditor.test.tsx.snap @@ -136,7 +136,7 @@ exports[`Render should render with base threshold 1`] = ` "linkHover": "#ffffff", "online": "#299c46", "orange": "#eb7b18", - "orangeDark": "#ff780A", + "orangeDark": "#ff780a", "pageBg": "#161719", "purple": "#9933cc", "queryGreen": "#74e680", @@ -298,7 +298,7 @@ exports[`Render should render with base threshold 1`] = ` "linkHover": "#ffffff", "online": "#299c46", "orange": "#eb7b18", - "orangeDark": "#ff780A", + "orangeDark": "#ff780a", "pageBg": "#161719", "purple": "#9933cc", "queryGreen": "#74e680",