fix(cli): add top margin before header

This commit is contained in:
2026-03-15 14:42:52 -05:00
parent b0515d34ff
commit b4da1f08b7

View File

@@ -43,6 +43,7 @@ export function TuiApp({ gatewayUrl, conversationId, sessionCookie }: TuiAppProp
return (
<Box flexDirection="column" height="100%">
<Box marginTop={1} />
<TopBar
gatewayUrl={gatewayUrl}
version="0.0.0"