Skip to content

Commit

Permalink
fix: test explorer colors on default light theme (microsoft#170319)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 authored Dec 30, 2022
1 parent b98735c commit 818b05e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vs/workbench/contrib/testing/browser/media/testing.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
.test-output-peek-tree .test-peek-item {
display: flex;
align-items: center;
}

.test-output-peek-tree {
color: var(--vscode-editor-foreground);
}

Expand Down

0 comments on commit 818b05e

Please sign in to comment.