From 42e7b5c50748114d7a941b1ae31d121a08d0acaa Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Sun, 15 Mar 2026 14:43:50 -0500 Subject: [PATCH] fix(cli): add bottom margin after header --- packages/cli/src/tui/components/top-bar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/tui/components/top-bar.tsx b/packages/cli/src/tui/components/top-bar.tsx index 3fd6b56..549320a 100644 --- a/packages/cli/src/tui/components/top-bar.tsx +++ b/packages/cli/src/tui/components/top-bar.tsx @@ -75,7 +75,7 @@ export function TopBar({ const thinkingStr = thinkingLevel !== 'off' ? ` ยท ${thinkingLevel}` : ''; return ( - +