diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index afb832d..476870e 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -368,7 +368,7 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl disableStdin: false, customGlyphs: false, fontWeight: "500", - fontWeightBold: "700", + fontWeightBold: "800", theme: { background: "#000000", foreground: "#ffffff",