fix(cli): restore border around input bar

This commit is contained in:
2026-03-15 13:57:20 -05:00
parent e6708c18ed
commit d7a03fd68b

View File

@@ -27,7 +27,7 @@ export function InputBar({ onSubmit, isStreaming, connected }: InputBarProps) {
: 'message mosaic…';
return (
<Box paddingX={0}>
<Box paddingX={1} borderStyle="single" borderColor="gray">
<Text bold color="green">
{' '}
</Text>