From 09ecc7905040a91e29479fb97abdaeeec27d18e1 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 23 Nov 2025 22:39:46 +0100 Subject: [PATCH] Update terminal-panel.tsx --- AppImage/components/terminal-panel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index b5eca97..ab45344 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -367,7 +367,7 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl scrollback: 2000, disableStdin: false, customGlyphs: false, - fontWeight: "550", + fontWeight: "600", fontWeightBold: "850", theme: { background: "#000000",