From a0207beeb08646fb27950b58426dc8a5d5b1dffe Mon Sep 17 00:00:00 2001 From: muddana-satish Date: Thu, 20 May 2021 02:33:19 -0500 Subject: [PATCH] Change the placeholder background color fixes #365 Signed-off-by: muddana-satish --- packages/react-components/style/trace-context-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-components/style/trace-context-style.css b/packages/react-components/style/trace-context-style.css index 57b36aa5e..f08337b6b 100644 --- a/packages/react-components/style/trace-context-style.css +++ b/packages/react-components/style/trace-context-style.css @@ -10,7 +10,7 @@ } .react-grid-item.react-grid-placeholder { - background: var(--theia-accent-color3); + background: var(--theia-badge-background) !important; } .trace-context-container {