Skip to content

Commit de7c579

Browse files
committed
fix: Fix popup text color
1 parent 3630259 commit de7c579

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/PopupConsoleWindow.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class PopupOutputChannel implements vscode.OutputChannel {
7070
contentEl.style.width = '80%'
7171
contentEl.style.height = '80%'
7272
contentEl.style.background = 'white'
73+
contentEl.style.color = 'black'
7374
container.style.cursor = 'auto'
7475
contentEl.innerText = this.logs
7576
const watcherDisposable = this.onDidChangeLog(() => {

0 commit comments

Comments
 (0)