Skip to content

Commit 2302a3a

Browse files
authored
fix background color on code block (#252357)
* fix background color on code block * wrong selector
1 parent 2267472 commit 2302a3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/chat/browser/codeBlockPart.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969

7070
.interactive-session .interactive-response .interactive-result-code-block {
7171
border: 1px solid var(--vscode-input-border, transparent);
72+
background-color: var(--vscode-interactive-result-editor-background-color);
7273
}
7374

7475
.interactive-result-code-block:has(.monaco-editor.focused) {

0 commit comments

Comments
 (0)