Merge pull request #574 from stefandevo/fix/v0.13.0rc

fix: use getTerminalFontFamily for dev server logs terminal font
This commit is contained in:
Web Dev Cody
2026-01-18 17:17:44 -05:00
committed by GitHub
2 changed files with 26 additions and 9 deletions

View File

@@ -256,7 +256,6 @@ export function DevServerLogsPanel({
ref={xtermRef}
className="h-full"
minHeight={280}
fontSize={13}
autoScroll={autoScrollEnabled}
onScrollAwayFromBottom={() => setAutoScrollEnabled(false)}
onScrollToBottom={() => setAutoScrollEnabled(true)}