Skip to content

Commit 8614599

Browse files
committed
fix
1 parent c7d29e8 commit 8614599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/terminalSettings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ async function updateActiveTerminals(key, value) {
374374
TerminalThemeManager.getTheme(value);
375375
// Update container background to match new theme
376376
if (tab.terminalComponent.container) {
377-
tab.terminalComponent.container.style.background =
377+
tab.terminalComponent.container.style.background =
378378
tab.terminalComponent.terminal.options.theme.background;
379379
}
380380
break;

0 commit comments

Comments
 (0)