From 15e8359fbd1f3db6dbee70fff8fb35bd83874ea4 Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Thu, 31 Oct 2024 14:08:35 -0400 Subject: [PATCH] Update filter-chip style so that it can be configured in vscode Signed-off-by: Bernd Hufmann --- packages/react-components/style/output-components-style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-components/style/output-components-style.css b/packages/react-components/style/output-components-style.css index 7fc38bd5..1f0a7263 100644 --- a/packages/react-components/style/output-components-style.css +++ b/packages/react-components/style/output-components-style.css @@ -515,8 +515,8 @@ canvas { } .filter-chip { - background-color: var(--theia-selection-background) !important; - color: var(--trace-viewer-ui-font-color0); + background-color: var(--trace-viewer-selection-background) !important; + color: var(--trace-viewer-ui-font-color0) !important; border-radius: 15px !important; border-width: 1px !important; display: flex;