Update terminal-panel.tsx

This commit is contained in:
MacRimi
2025-11-23 22:30:14 +01:00
parent a1f2579047
commit f6c237afc5

View File

@@ -368,7 +368,7 @@ export const TerminalPanel: React.FC<TerminalPanelProps> = ({ websocketUrl, onCl
disableStdin: false,
customGlyphs: false,
fontWeight: "500",
fontWeightBold: "700",
fontWeightBold: "800",
theme: {
background: "#000000",
foreground: "#ffffff",