From f8bceab793fa72e95c51a6b0e59e6c420ac2ed31 Mon Sep 17 00:00:00 2001 From: Dorian Lesbre Date: Fri, 1 Dec 2023 15:30:19 +0100 Subject: [PATCH] Fix message panel colors --- client/goal-view-ui/src/components/atoms/PpString.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/goal-view-ui/src/components/atoms/PpString.module.css b/client/goal-view-ui/src/components/atoms/PpString.module.css index af3a5201..25805046 100644 --- a/client/goal-view-ui/src/components/atoms/PpString.module.css +++ b/client/goal-view-ui/src/components/atoms/PpString.module.css @@ -13,11 +13,11 @@ } .Info { - color: var(--vscode-editorInfo-background); + color: var(--vscode-editorInfo-foreground); } .Hint { - color: var(--vscode-editorInlayHint-background); + color: var(--vscode-editorInlayHint-foreground); } .Goal {