Update terminal-panel.tsx

This commit is contained in:
MacRimi
2025-11-23 22:34:50 +01:00
parent f6c237afc5
commit 1914435707

View File

@@ -367,8 +367,8 @@ export const TerminalPanel: React.FC<TerminalPanelProps> = ({ websocketUrl, onCl
scrollback: 2000,
disableStdin: false,
customGlyphs: false,
fontWeight: "500",
fontWeightBold: "800",
fontWeight: "550",
fontWeightBold: "850",
theme: {
background: "#000000",
foreground: "#ffffff",