Skip to content

Commit 80220ce

Browse files
committed
fix(app): disable terminal transparency
1 parent 8bdf6fa commit 80220ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/terminal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export const Terminal = (props: TerminalProps) => {
190190
cursorStyle: "bar",
191191
fontSize: 14,
192192
fontFamily: monoFontFamily(settings.appearance.font()),
193-
allowTransparency: true,
193+
allowTransparency: false,
194194
convertEol: true,
195195
theme: terminalColors(),
196196
scrollback: 10_000,

0 commit comments

Comments
 (0)