fix(cli): restore border around input bar
This commit is contained in:
@@ -27,7 +27,7 @@ export function InputBar({ onSubmit, isStreaming, connected }: InputBarProps) {
|
|||||||
: 'message mosaic…';
|
: 'message mosaic…';
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Box paddingX={0}>
|
<Box paddingX={1} borderStyle="single" borderColor="gray">
|
||||||
<Text bold color="green">
|
<Text bold color="green">
|
||||||
{'❯ '}
|
{'❯ '}
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user