Skip to content

Commit

Permalink
Merge pull request #699 from dlesbre/dlesbre/message-panel-colors
Browse files Browse the repository at this point in the history
Fix message panel colors
  • Loading branch information
rtetley authored Dec 1, 2023
2 parents defa02b + f8bceab commit 9c5ca18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/goal-view-ui/src/components/atoms/PpString.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9c5ca18

Please sign in to comment.