From 6b0b9dced61c5197df9ef45d274105ecc05fa050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Casper=20Hu=CC=88bertz?= Date: Mon, 30 Sep 2019 21:17:43 +0200 Subject: [PATCH] Updated background color --- .../plugins/apm/public/components/app/ServiceMap/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/legacy/plugins/apm/public/components/app/ServiceMap/index.tsx b/x-pack/legacy/plugins/apm/public/components/app/ServiceMap/index.tsx index dcdb9438018a5eb..ebc2945cc4c8abe 100644 --- a/x-pack/legacy/plugins/apm/public/components/app/ServiceMap/index.tsx +++ b/x-pack/legacy/plugins/apm/public/components/app/ServiceMap/index.tsx @@ -15,13 +15,13 @@ import { Cytoscape } from './Cytoscape'; const Background = styled('div')` background: linear-gradient( 90deg, - ${theme.euiColorLightestShade} + ${theme.euiPageBackgroundColor} calc(${theme.euiSizeL} - calc(${theme.euiSizeXS} / 2)), transparent 1% ) center, linear-gradient( - ${theme.euiColorLightestShade} + ${theme.euiPageBackgroundColor} calc(${theme.euiSizeL} - calc(${theme.euiSizeXS} / 2)), transparent 1% )