From 105c6422e912a8e073bf6c8544dfbc4fb6bdc075 Mon Sep 17 00:00:00 2001 From: Tomasz Kajtoch Date: Wed, 12 Feb 2025 13:27:25 +0100 Subject: [PATCH] test: update colors in embeddables mocks --- .../explore/network/components/embeddables/__mocks__/mock.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/embeddables/__mocks__/mock.ts b/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/embeddables/__mocks__/mock.ts index 173b201a45282..55cd99cc7e9eb 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/embeddables/__mocks__/mock.ts +++ b/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/embeddables/__mocks__/mock.ts @@ -283,7 +283,7 @@ export const mockLineLayer = { properties: { fillColor: { type: 'STATIC', - options: { color: '#6092C0' }, + options: { color: '#A6EDEA' }, }, lineColor: { type: 'STATIC', @@ -348,7 +348,7 @@ export const mockClientServerLineLayer = { properties: { fillColor: { type: 'STATIC', - options: { color: '#6092C0' }, + options: { color: '#A6EDEA' }, }, lineColor: { type: 'STATIC',