From 1ea6617a5df51ef2c04dda25ab6a304e7b808262 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 23 Nov 2025 22:21:24 +0100 Subject: [PATCH] Update terminal-panel.tsx --- AppImage/components/terminal-panel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index 49d06bd..0b0fb3c 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -368,8 +368,8 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl scrollback: 2000, disableStdin: false, customGlyphs: false, - fontWeight: "600", - fontWeightBold: "800", + fontWeight: "400", + fontWeightBold: "700", theme: { background: "#000000", foreground: "#ffffff",